View source: R/check_file_extension.R
check_file_extension | R Documentation |
file_extension
is validCheck if the file_extension
is valid
Will stop if not.
check_file_extension(file_extension)
file_extension |
a file extension, for example |
Nothing. Will stop if file_extension
is invalid.
Richèl J.C. Bilderbeek
check_file_extension(".R")
check_file_extension(".csv")
check_file_extension(".png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.