View source: R/fetch_vectronics.R
get_id_from_key | R Documentation |
Extract collar ID from key files
get_id_from_key(key_paths)
key_paths |
The full path to one or more key files |
Vectronics includes the collar ID in the XML of the .keyx file. The get_id_from_key function gives the user the ability to read the ID encoded in the key file. This function was originally intended for internal package use, but is exported to package users in the hope it is helpful for reporting or other purposes. There is no reason to call it within the established package workflow.
character vector of collar IDs
Other get:
get_keys()
,
get_paths()
get_id_from_key(
get_paths(system.file("extdata", package = "collar"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.