View source: R/MLMSfunctions.R
identifier_1_files | R Documentation |
identifier_1_files: function to get filenames whose Identifier_1 data matches the one specified
identifier_1_files(files, identifier_1, cores = 2)
files |
vector of file names |
identifier_1 |
the name of the desired Identifier_1 |
cores |
number of cores to use for the grepl function to search through the files vector (default=2) |
dataframe of file names with the specified Identifier_1
Usage example
identifier_1_files(my_filenames,my_identifier_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.