load_fingerprints: Load a directory of fingerprints

Description Usage Arguments Value Note Examples

View source: R/load-fingerprints.R

Description

Load a directory of fingerprints

Usage

1
load_fingerprints(fingerprints_directory)

Arguments

fingerprints_directory

a directory where Recogs XML fingerprints are stored

Value

a list of recog_fingerprints

Note

You cannot serialize the resultant object as it uses the ore regex library and those compiled patterns are not serializable.

Examples

1
2
3
load_fingerprints(
  system.file("fingerprints", package="rrecog")
)

hrbrmstr/rrecog documentation built on May 5, 2019, 6:55 p.m.