knitr::opts_chunk$set(echo = TRUE)
options(usethis.full_name = "Benjamin Guinaudeau") pacman::p_load(pkgverse) tidybrowse <- c("RSelenium", "dockeR", "tidyselenium", "tidyweb", "selinput", "rvest") #hideR , "bashR" ## create packages dir # dir.create("../tidybrowser") ## create tidyweb pkgverse remove.packages(tidybrowse) devtools::install("../dockeR") devtools::install("../tidyweb") devtools::install("../tidyselenium") devtools::install("../selinput") pkgverse(pkg = "tidybrowse", pkgs = tidybrowse, keep = "..", # use = c("readme_rmd", "rstudio", "mit_license", "git"), install_if = TRUE ) library(tidybrowse)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.