Description Usage Arguments Value Examples
View source: R/prep_bardtags.R
format TagIDs for BARD query
1 2 3 4 5 6 7 | prep_bardtags(
tagids,
df = alltags,
tagVar = "TagID",
codeVar = "CodeSpace",
freq = "A69"
)
|
tagids |
a vector of numeric TagIDs |
df |
a data frame that contains (at minimum) columns for TagID and Codespace |
tagVar |
The name of the TagID column in df |
codeVar |
The name of the CodeSpace column in df |
freq |
Frequency of tagids; defaults to "A69" |
A vector of tagids formatted for a query of the BARD database
1 | bard_tags(tagids = c(2841, 2842))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.