Description Usage Arguments Value Note Examples
View source: R/load-fingerprints.R
Load a directory of fingerprints
1 | load_fingerprints(fingerprints_directory)
|
fingerprints_directory |
a directory where Recogs XML fingerprints are stored |
a list
of recog_fingerprints
You cannot serialize the resultant object as it uses the ore
regex library and those compiled patterns are not serializable.
1 2 3 | load_fingerprints(
system.file("fingerprints", package="rrecog")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.