Read/Write Files
Read
Reading files from disk is handled with the function read_data()
. The
function accepts various formats, including
csv, xlsx, txt, dta, Rdata, rds, sav
and others. The function accepts
relative paths.
Loading data | |
---|---|
When files type that contain labels of variables and values are loaded, the function returns a tuple with the data (tibble) and the lables (dictionary).