vpr_category | R Documentation |
Get category ids from string
vpr_category(x, categories)
x |
A chr string which represents file paths from which category should be extracted |
categories |
A list object with all the potential classification categories |
A chr string of only the category id
This function searches for exact matches to categories within '/' file separators. You may encounter errors if
K Sorochan
vpr_hour
, vpr_day
, vpr_roi
category_string <- 'C:/data/cruise/autoid/Calanus/d000/h00'
categories <- list("Calanus", "marine_snow", "blurry", "other_copepod")
vpr_category(category_string, categories)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.