validate_technique_ids: Validate Technique IDs

Description Usage Arguments

View source: R/validate-tech-ids.R

Description

Validate Technique IDs

Usage

1
2
3
4
5
validate_technique_ids(
  technique_ids,
  matrix = c("enterprise", "mobile", "pre"),
  na_rm = TRUE
)

Arguments

technique_ids

a character vector of technique ids to validate

matrix

which matrix to validate against (not all IDs are associated with techniques in every matrix)

na_rm

remove NA's before comparing?


hrbrmstr/attckr documentation built on Aug. 13, 2020, 11:49 a.m.