read_example {ggalign} | R Documentation |
Read Example Data
Description
This function reads example data from the file. If no file is specified, it returns a list of available example files.
Usage
read_example(file = NULL)
Arguments
file |
A string representing the name of the example file to be read. If
|
Value
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.
Examples
read_example()
[Package ggalign version 1.0.2 Index]