An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![R-CMD-check](https://github.com/KWB-R/kwb.en13508.2/workflows/R-CMD-check/badge.svg)](https://github.com/KWB-R/kwb.en13508.2/actions?query=workflow%3AR-CMD-check)
[![pkgdown](https://github.com/KWB-R/kwb.en13508.2/workflows/pkgdown/badge.svg)](https://github.com/KWB-R/kwb.en13508.2/actions?query=workflow%3Apkgdown)
[![codecov](https://codecov.io/github/KWB-R/kwb.en13508.2/branch/main/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.en13508.2)
[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/kwb.en13508.2)]()
[![R-Universe_Status_Badge](https://kwb-r.r-universe.dev/badges/kwb.en13508.2)](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)