View source: R/get_renamings.R
get_renamings | R Documentation |
Get list defining renamings in the form of from = to
assignments from
a data frame read by a function that may be specified.
get_renamings(from, to = "column", data = NULL, reader = read_csv_file, ...)
from |
name of column of |
to |
name of column of |
data |
data frame defining renamings |
reader |
reader function providing |
... |
arguments passed to the |
list defining renamings as e.g. expected by
renameColumns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.