read_example | R Documentation |
This function reads example data from the file. If no file is specified, it returns a list of available example files.
read_example(file = NULL)
file |
A string representing the name of the example file to be read. If
|
If file
is NULL
, returns a character vector of available example
file names. Otherwise, returns the contents of the specified example file,
read as an R object.
read_example()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.