SkillAgentSearch skills...

QCkit

QCkit provides useful functions for data quality control and manipulation including updating data to DarwinCore standards, unit conversions, and data flagging.

Install / Use

/learn @nationalparkservice/QCkit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file --> <!-- badges: start -->

Lifecycle:
experimental CodeFactor R-CMD-check

<!-- badges: end -->

QCkit

QCkit is a collection of quality control functions to munge, check, flag, correct, and summarize data collected by the U.S. National Park Service Inventory & Monitoring Division. These functions will be particularly useful in preparing data for metadata creation and in writing Data Release Reports, but may include aspects that are more widely applicable outside the National Park Service (such as converting UTMs to Latitude and Longitude).

Functions are typically user generated and so may not have been thoroughly tested for all use cases.

If you would like to contribute useful functions please initiate a pull request.

Please request enhancements and bug fixes through Issues.

Installation

Stand-alone installation:

# install.packages("devtools")
devtools::install_github("nationalparkservice/QCkit")
library(QCkit)

QCkit is also part of the NPSdataverse and can be installed along with the other components of NPSdataverse:

# install.packages("devtools")
devtools::install_github("nationalparkservice/NPSdataverse")
library(NPSdataverse)
View on GitHub
GitHub Stars5
CategoryData
Updated1mo ago
Forks6

Languages

R

Security Score

75/100

Audited on Feb 26, 2026

No findings