rd_help | R Documentation |
readr
functions.Read the clipboard and rectangular, delimited data files, prompting user to choose a file if no file name/path is provided.
rd_help()
rd_xsv(d = NULL, type = "data file", file = NULL, ...)
rd_csv(type = "data file", file = NULL, ...)
rd_tsv(type = "data file", file = NULL, ...)
rd_clip()
d |
Either |
type |
A complete string scalar describing the type of file to be read. |
file |
Either |
rd_xsv()
: Extends read_delim
by prompting the user to select a file. Returns a data frame.
rd_csv()
: Extends read_csv
by prompting the user to select a file. Returns a data frame.
rd_tsv()
: Extends read_tsv
by prompting the user to select a file. Returns a data frame.
rd_clip()
: Thinly wraps clipboard
. Return value depends on the contents of the clipboard.
Other wraps:
basics_help()
,
dp()
,
dt()
,
gg_help()
,
gr
,
tb_help()
Other files:
paths_help()
,
read_rct_delim()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.