Description Usage Arguments Value Examples
Compare Folder/File IDs
1 | id_match(x, y, pattern_x, pattern_y)
|
x |
atomic character vector containing ID |
y |
atomic character vector containing ID |
pattern_x |
regular expression used by str_match() |
pattern_y |
regular expression used by str_match() |
Tibble structure
1 2 3 4 5 6 | id_match(
example_paths$file,
example_paths$last_dir,
pattern_x = "[0-9]{4,5}",
pattern_y = "[0-9]{4,5}"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.