Description Usage Arguments Examples
This function imports a csv file into an R session. The arguments include a reference to a subfolder of the working directory(filepath), a reference to the csv file (filename), and an indication of the type of column (in abbreviate form, e.g. "n" = numeric, "d" = double, "c" = character).
1 | loadcsv_CREG(filepath)
|
filepath |
A string, including (if relevant) the subfolder where the csv file is stored (relative to the current working directory) |
1 | df <- loadcsv_CREG(filepath = "source data/loadBelgium.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.