loadcsv_CREG: Import csv files which were extracted from DWH

Description Usage Arguments Examples

View source: R/load csv.R

Description

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).

Usage

1
loadcsv_CREG(filepath)

Arguments

filepath

A string, including (if relevant) the subfolder where the csv file is stored (relative to the current working directory)

Examples

1
df <- loadcsv_CREG(filepath = "source data/loadBelgium.csv")

nicoschoutteet/CREGR documentation built on Feb. 14, 2022, 12:53 a.m.