Learn R Programming

LadderFuelsR (version 0.0.6)

get_renamed0_df: Rename and reorder columns (I)

Description

This function reorders columns and appends numeric suffixes. Don´t run it. It is an internal function.

Usage

get_renamed0_df (df)

Value

No return value. The function is called for side effects.

Arguments

df

internal data frame derived from [get_real_depths()] function

Examples

Run this code
library(dplyr)
# get_renamed0_df function reorders columns and appends numeric suffixes

Run the code above in your browser using DataLab