GetCsvData | R Documentation |
This function will grab data from all csv files within a directory
GetCsvData(
PROJECT_PATH = rstudioapi::getActiveProject(),
WHICH_DATA_FOLDER = "processed",
DEBUG = TRUE
)
PROJECT_PATH |
The main project directory |
WHICH_DATA_FOLDER |
The name of the data sub directory from where data will be pulled |
DEBUG |
If TRUE, the function will run in debug mode |
Returns all the csv files in the data folder within a project as a data.table
Abraham Mathew
Other Data Import:
GetSqlData()
,
GetSqlQuery()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.