powered by
This function retrieves chip values from file names matching a specific pattern.
extract_chip_id(files)
A character vector of chip identifiers extracted from the file names.
Character vector. File names to process.
InputPath <- system.file("extdata", package = "ORscraper") files <- read_pdf_files(InputPath) chips <- extract_chip_id(files)
Run the code above in your browser using DataLab