View source: R/fetch_vectronics.R
get_keys | R Documentation |
The key is needed to call the Vectronics API and given the length of the key copy and paste errors seems likely. The functions here help users access the keys in a programmatic fashion. We don't anticipate much need for users to use this function as it was originally intended to be internal to the package, but if listing keys is needed for reporting purposes or otherwise the function is made available.
get_keys(key_paths)
key_paths |
The full path to one or more key files |
A character vector of keys
Other get:
get_id_from_key()
,
get_paths()
my_key <- system.file(
"extdata",
"Collar1000001_Registration.keyx",
package = "collar"
)
# Extract one key
get_keys(my_key)
# Extract keys from "several" files
get_keys(c(my_key, my_key, my_key))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.