Description Usage Arguments Examples
View source: R/download_datacamp_slides.R
Easily download DataCamp slides.
1 2 | download_datacamp_slides(input = "https://s3.amazonaws.com/assets.datacamp.com/production/course_15268/slides/chapter{1:4}.pdf",
dir = "refs")
|
input |
character |
dir |
character |
1 2 3 4 5 | download_datacamp_slides(
input = file.path(
"https://s3.amazonaws.com/assets.datacamp.com/production",
"course_15268/slides/chapter1.pdf"),
dir = "refs")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.