powered by
Display or retrieve the column name mapping from a renamed data frame
goose_view_column_map(data, return_df = FALSE)
If return_df = TRUE: Returns the mapping data frame If return_df = FALSE: Invisibly returns NULL and displays the mapping
A data frame that was processed with goose_rename_columns()
Logical, if TRUE returns the mapping as a data frame (default: FALSE)
if (FALSE) { # 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) }
Run the code above in your browser using DataLab