You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
581 B

5 years ago
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/validate-tech-ids.R
\name{validate_technique_ids}
\alias{validate_technique_ids}
\title{Validate Technique IDs}
\usage{
4 years ago
validate_technique_ids(
technique_ids,
matrix = c("enterprise", "mobile", "pre"),
na_rm = TRUE
)
5 years ago
}
\arguments{
\item{technique_ids}{a character vector of technique ids to validate}
\item{matrix}{which matrix to validate against (not all IDs are associated
with techniques in every matrix)}
\item{na_rm}{remove NA's before comparing?}
}
\description{
Validate Technique IDs
}