View source: R/change_varName.R
| change_effort_varName | R Documentation | 
Attribute standard names to column names of effort data.frame for the next steps of the analysis.
change_effort_varName(effort_base)
| effort_base | Data.frame containing column names to standardize. | 
This function return the same data.frame as in input with the standardized column name.
When "strate_sec" is not found at the end of the function, it creates a strate_sec
column automatically corresponding to the merge of "subRegion" and "strate". There are merged by "_".
Example, for a row, if strate = N1 and subRegion = ATL we will get
strateSec = ATL_N1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.