add_opt_col | R Documentation |
add "opt_set" and "opt_mod" columns to a dataframe, if the qsm_idx_col matches the opt_mod
add_opt_col(
lidar_trees,
dfs = "all",
qsm_idx_col = "qsm_idx",
overwrite_existing_cols = F
)
lidar_trees |
concat_df["dataset] |
dfs |
dataframes to add columns to, Default: 'all' |
qsm_idx_col |
name of qsm index column within dataframes, Default: 'qsm_idx' |
overwrite_existing_cols |
Should existing columns in the dataframe be overwritten those from opt_models?, Default: F |
DETAILS
OUTPUT_DESCRIPTION
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.