if ( !require(devtools) ) install.packages("devtools")
if ( !require(roxygen2) ) devtools::install_github("klutometis/roxygen")
library(devtools)
library(roxygen2)
if(grepl("w32", R.Version()$platform)){
ROOTPATH <- "C:/Users/tcapu/Google Drive/modules/gtrendR"
} else{
ROOTPATH <- "/media/sf_Google_Drive/modules/gtrendR"
}
setwd(ROOTPATH)
document()
print("Documentation process successful.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.