Skip to content

KWB-R/kwb.site

Repository files navigation

R-CMD-check pkgdown codecov Lifecycle: superseded CRAN_Status_Badge R-Universe_Status_Badge

kwb.site

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.

Installation

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")

Documentation

Release: https://kwb-r.github.io/kwb.site

Development: https://kwb-r.github.io/kwb.site/dev