View source: R/validate-tech-ids.R
Validate Technique IDs
1 2 3 4 5 | validate_technique_ids(
technique_ids,
matrix = c("enterprise", "mobile", "pre"),
na_rm = TRUE
)
|
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? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.