Process a csv file to the right format. This file is used to know the start and ending dates of the educational periods. The format of the file is.
1 2 | process_dates_csv(file, delim = ",", format = "%d-%m-%Y",
register = TRUE, ...)
|
file |
the path of the csv-file |
delim |
the delimiter default: "," |
format |
the format of the date field default: "%d-%m-%Y" |
register |
default: TRUE register the dates csv in the package options |
... |
extra parameters passed to readr read_delim |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.