knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of add2datacamp is to provide helpful functions to learn courses from DataCamp.
The development version from GitHub with:
# install.packages("devtools") devtools::install_github("JiaxiangBU/add2datacamp")
library(add2datacamp) download_datacamp_slides(input = "https://s3.amazonaws.com/assets.datacamp.com/production/course_15268/slides/chapter{1:4}.pdf",dir = "refs")
citations <- add2pkg::add_zenodo_citation("README.Rmd")
cat(citations$Cite)
cat(paste0("```BibTex\n",citations$BibTex,"\n```"))
cat(citations$Comments)
r add2pkg::add_disclaimer("Jiaxiang Li")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.