Description Usage Arguments Value Examples
View source: R/get_example_data.R
Copy an example dataset to use with INTEREST to a given directory.
1 | get_example_data(dataset = c("MIsim", "relhaz", "frailty"), where = ".")
|
dataset |
The dataset to copy. Possible choices are: |
where |
Where to copy the dataset. Defaults to the current directory. |
The required dataset, invisibly.
1 2 3 4 | ## Not run:
get_example_data("MIsim")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.