View source: R/att_from_data.R
att_from_data | R Documentation |
Look for functions called in data loading code
att_from_data(chr)
chr |
A character vector containing the code as a string. The code should follow the pattern used for loading data with |
A character vector containing the names of the packages from which datasets are being loaded.
vec_char <- 'data("starwars", package = "dplyr")'
att_from_data(vec_char)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.