Learn R Programming

lares (version 4.8.4)

read.file: Read Files Quickly (Auto-detected)

Description

This function lets the user import csv, xlsx, xls, sav files.

Usage

read.file(filename, current_wd = TRUE, sheet = 1, quiet = FALSE)

Arguments

filename

Character

current_wd

Boolean. Use current working directory before the file's name? Use this param to NOT get absolute root directory.

sheet

Character. Name or index of the sheet to read data from if file is xlsx or xls

quiet

Boolean. Quiet summary message?

See Also

Other Tools: autoline(), bindfiles(), bring_api(), db_download(), db_upload(), export_plot(), export_results(), get_credentials(), h2o_predict_API(), h2o_predict_MOJO(), h2o_predict_binary(), h2o_predict_model(), h2o_selectmodel(), h2o_update(), haveInternet(), image_metadata(), importxlsx(), ip_country(), iter_seeds(), json2vector(), listfiles(), mailSend(), msplit(), myip(), pass(), quiet(), statusbar(), tic(), try_require(), updateLares(), zerovar()