regressoR (version 1.2.1)

code_load: code_load

Description

generates data reading code.

Usage

code_load(
  row.names = TRUE,
  path = NULL,
  sep = ";",
  sep.dec = ",",
  header = TRUE,
  d.o = "datos.originales",
  d = "datos"
)

Arguments

row.names

a logical value indicating whether the data has row names.

path

the path of the file.

sep

the column separator in the file.

sep.dec

the decimal separator in the file.

header

a logical value indicating whether the file has a header.

d.o

the name of the original data.

d

the name of the current data.

Examples

Run this code
# NOT RUN {
code_load(TRUE, "MY/PATH/FILE.csv")

# }

Run the code above in your browser using DataLab