read_builtin | R Documentation |
Consistent wrapper around data()
that forces the promise. This is also a
stronger parallel to loading data from a file.
read_builtin(x, package = NULL)
x |
Name (character string) of data set to read. |
package |
Name of package from which to find data set. By default, all attached packages are searched and then the 'data' subdirectory (if present) of the current working directory. |
An object of the built-in class of x
.
read_builtin("mtcars", "datasets")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.