process_dates_csv: Process dates csv

Description Usage Arguments

View source: R/process_data.R

Description

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.

Usage

1
2
process_dates_csv(file, delim = ",", format = "%d-%m-%Y",
  register = TRUE, ...)

Arguments

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


jelger12/eduperiod documentation built on Nov. 4, 2019, 2:38 p.m.