View source: R/goose_survey_tools.R
| goose_view_column_map | R Documentation |
Display or retrieve the column name mapping from a renamed data frame
goose_view_column_map(data, return_df = FALSE)
data |
A data frame that was processed with goose_rename_columns() |
return_df |
Logical, if TRUE returns the mapping as a data frame (default: FALSE) |
If return_df = TRUE: Returns the mapping data frame If return_df = FALSE: Invisibly returns NULL and displays the mapping
## Not run:
# View the mapping
goose_view_column_map(survey_clean)
# Get mapping as data frame
map_df <- goose_view_column_map(survey_clean, return_df = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.