This package contains functions for scraping our official KWB website. The data for all projects and people can be collected in order to provide an overview of the website`s content and in order to be integrate that data into a KWB knowledge repo.
For more details on how to install KWB-R packages checkout our installation tutorial.
### Option: specify GitHub Personal Access Token (GITHUB_PAT)
### see: https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat
### why this might be important for you!
#Sys.setenv(GITHUB_PAT = "mysecret_access_token")
if (!require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}
remotes::install_github("KWB-R/kwb.site")
Release: https://kwb-r.github.io/kwb.site
Development: https://kwb-r.github.io/kwb.site/dev