This function lets the user import csv, xlsx, xls, sav files.
read.file(filename, current_wd = TRUE, sheet = 1, quiet = FALSE)
Character. File name to import.
Boolean. Use current working directory before the file's name? Use this param to NOT get absolute root directory.
Character. Name or index of the sheet to read data from if file is xlsx or xls.
Boolean. Quiet summary message?
List or data.frame, depending on filename
's data.
Other Tools:
autoline()
,
bind_files()
,
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()
,
haveInternet()
,
image_metadata()
,
importxlsx()
,
ip_data()
,
json2vector()
,
listfiles()
,
mail_send()
,
msplit()
,
myip()
,
quiet()
,
statusbar()
,
tic()
,
try_require()
,
updateLares()
,
zerovar()