filepath.ends.with | R Documentation |
Check whether filepath ends with extension.
filepath.ends.with(filepath, extensions)
filepath |
string. Path to a file, including filename and extension. |
extensions |
list of strings. A list of suffixes to check. Case does not matter. Example: |
logical, whether the filepath end with one of the extensions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.