read_data | R Documentation |
Reads either a custom dataframe object or an official Excel file (datalist or data export) and transforms it to a dataframe object which can be used for the standard analysis model
read_data(
data_path = NULL,
custom_data = NULL,
prompt_mapping = TRUE,
language = "de"
)
data_path |
a string indicating the path for an official Excel file,
if this parameter is set to |
custom_data |
a dataframe which was imported by the user beforehand,
if this parameter is set to |
prompt_mapping |
a boolean indicating whether the function prompts the
user for the exact mapping of his dataframe or whether the columns are
mapped automatically by order. This parameter is only relevant when
|
language |
a character string representing the language in which the
columns will be displayed during the mapping prompt ( |
Exactly one of data_path
or custom_data
must be NULL
.
a dataframe which can be used to compute the standard analysis model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.