data_types | R Documentation |
Display information about data types that can read() and write() can use, as well as, the original functions that are delegated (see they respective help pages for more info and to know which additional parameters can be used in read() and write()).
data_types(types_only = FALSE, view = TRUE)
types_only |
If |
view |
If |
The function is mainly designed to be used interactively and to
provide information about file types that can be read() or write(). This
cannot be done through a man page because this list is dynamic and other
packages could add or change entries there. With view = FALSE
, the function
can, nevertheless, be also used in a script or a R Markdown/Notebook
document.
An tibble
with types_only = FALSE
, or a character vector.
Philippe Grosjean phgrosjean@sciviews.org
read()
, write()
## Not run:
data_types()
data_types(TRUE)
## End(Not run)
# For non-interactive use, specify view = FALSE
data_types(view = FALSE)
data_types(TRUE, view = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.