powered by
generates data reading code.
code_load( row.names = TRUE, path = NULL, sep = ";", sep.dec = ",", header = TRUE, d.o = "datos.originales", d = "datos" )
a logical value indicating whether the data has row names.
the path of the file.
the column separator in the file.
the decimal separator in the file.
a logical value indicating whether the file has a header.
the name of the original data.
the name of the current data.
# NOT RUN { code_load(TRUE, "MY/PATH/FILE.csv") # }
Run the code above in your browser using DataLab