vpr_category.Rd
Get category ids from string
vpr_category(x, 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
category_string <- 'C:/data/cruise/autoid/Calanus/d000/h00'
categories <- list("Calanus", "marine_snow", "blurry", "other_copepod")
vpr_category(category_string, categories)
#> [[1]]
#> [1] "Calanus"
#>