View source: R/example_functions.R
make_example | R Documentation |
This function makes it easy to generate R objects or files that are
created in the vignette examples. Note that this function should not
be counted on to produce the same output across different versions of
gcplyr
, as it will be frequently changed to match the examples
in the vignettes.
make_example(vignette, example, dir = ".")
vignette |
Number of the vignette the example object or file is created in. |
example |
Number of the example the object or file is created in. |
dir |
The directory files should be saved into. |
An R object, or the names of the files if files have been written
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.