read_file: Reading file

Description Usage Arguments Details Value

Description

Routine for reading files

Usage

1
read_file(file, columnsToCharacter = TRUE)

Arguments

file

path to a file

columnsToCharacter

logical value (TRUE or FALSE) - should all columns be read as text (character)?

Details

Only .xlsx or .csv files are permitted. CSV files can be comma, semicolon or tab separated and should be UTF-8 encoded.

Value

Data frame with a data that has been read from a file.


ZajacT/ASIA1 documentation built on May 30, 2019, 4 p.m.