extract_dpa_name | R Documentation |
A wrapper function for regex extraction of filename. Given a character string ("data/0005/00/00050060.dpa"), it will return only the file name without the extension ("00050060").
extract_dpa_name(string)
string |
A path to file, including file name. Can be nested in many directories or in none. |
An extracted filename, a character string.
https://stackoverflow.com/questions/47678725/how-to-do-str-extract-with-base-r
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.