https://github.com/kwb-r/kwb.en13508.2
Read and Write CCTV Inspection Data According to Norm EN13508-2
https://github.com/kwb-r/kwb.en13508.2
cctv-inspection data-export data-import project-sema r r-package rstats sewer-classification
Last synced: 2 months ago
JSON representation
Read and Write CCTV Inspection Data According to Norm EN13508-2
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.en13508.2
- Owner: KWB-R
- License: mit
- Created: 2018-04-28T05:18:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T13:53:29.000Z (3 months ago)
- Last Synced: 2025-01-31T14:28:49.693Z (3 months ago)
- Topics: cctv-inspection, data-export, data-import, project-sema, r, r-package, rstats, sewer-classification
- Language: R
- Homepage: http://kwb-r.github.io/kwb.en13508.2/dev
- Size: 1.85 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/KWB-R/kwb.en13508.2/actions?query=workflow%3AR-CMD-check)
[](https://github.com/KWB-R/kwb.en13508.2/actions?query=workflow%3Apkgdown)
[](https://codecov.io/github/KWB-R/kwb.en13508.2)
[](https://www.tidyverse.org/lifecycle/#experimental)
[]()
[](https://kwb-r.r-universe.dev/)# kwb.en13508.2
functions to read and write CCTV inspections
according to EN13508-2.## Installation
For details on how to install KWB-R packages checkout our [installation tutorial](https://kwb-r.github.io/kwb.pkgbuild/articles/install.html).
```r
### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)
### See here why this might be important for you:
### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat# Sys.setenv(GITHUB_PAT = "mysecret_access_token")
# Install package "remotes" from CRAN
if (! require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}# Install KWB package 'kwb.en13508.2' from GitHub
remotes::install_github("KWB-R/kwb.en13508.2")
```## Documentation
Release: [https://kwb-r.github.io/kwb.en13508.2](https://kwb-r.github.io/kwb.en13508.2)
Development: [https://kwb-r.github.io/kwb.en13508.2/dev](https://kwb-r.github.io/kwb.en13508.2/dev)