| make_file_extensions_regex | R Documentation |
Create a regex for file extenstions
make_file_extensions_regex(string)
string |
A character vector with file extensions |
## Not run:
make_file_extensions_regex(c("jpg"))
make_file_extensions_regex(c("jpg", "eps", "bmp"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.