Skip to content

Useful data QC functions

License

Unlicense, CC0-1.0 licenses found

Licenses found

Unlicense
LICENSE
CC0-1.0
LICENSE.md
Notifications You must be signed in to change notification settings

RobLBaker/QCkit

 
 

Repository files navigation

Lifecycle: experimental CodeFactor R-CMD-check

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)

About

Useful data QC functions

Resources

License

Unlicense, CC0-1.0 licenses found

Licenses found

Unlicense
LICENSE
CC0-1.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 98.9%
  • TeX 1.1%