View source: R/data_input_functions.R
make_raw_data | R Documentation |
Load raw dataframe from file or from passed-in dataframe
make_raw_data(filepath = NA, filetype = "csv", delim = ",", raw_df = NA)
filepath |
Default to NA. If loading data using filepath, specify filepath as a string. |
filetype |
Default to 'csv'. If loading data using filepath, specify either 'csv' or 'excel'. 'excel' option supports both 'xlsx' and 'xls' format. |
delim |
Defaulted to ','. Can specify other delimiters as well. |
raw_df |
Default to NA. If loading data using a dataframe. Pass in the dataframe instance. |
Raw dataframe for DigitAnalysis
slot 'raw'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.