Description Usage Arguments Value Examples
Function to create a drake plan for a basic analysis
1 | analysis_plan(countries)
|
countries |
character vector of countries |
drake plan object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
library(gapminder)
library(dplyr)
library(drake)
my_plan <- gapminder %>%
distinct(country) %>%
unlist() %>% unname() %>%
as.character() %>%
analysis_plan()
make(my_plan)
readd(results)
readd(plot)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.