View source: R/other_functions.R
read.file | R Documentation |
This function lets the user import csv, xlsx, xls, sav files.
read.file(filename, current_wd = TRUE, sheet = 1, quiet = FALSE)
filename |
Character. File name to import. |
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? |
List or data.frame, depending on filename
's data.
Other Tools:
autoline()
,
bind_files()
,
bring_api()
,
chr2num()
,
db_download()
,
db_upload()
,
export_plot()
,
export_results()
,
files_functions()
,
font_exists()
,
formatColoured()
,
formatHTML()
,
get_credentials()
,
glued()
,
grepm()
,
h2o_selectmodel()
,
haveInternet()
,
image_metadata()
,
importxlsx()
,
ip_data()
,
json2vector()
,
list_cats()
,
listfiles()
,
mail_send()
,
markdown2df()
,
move_files()
,
msplit()
,
myip()
,
quiet()
,
statusbar()
,
tic()
,
try_require()
,
updateLares()
,
warnifnot()
,
what_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.