check_is_css | R Documentation |
Verify the extension of a file
check_is_css(file)
check_is_html(file)
check_is_js(file)
check_is_json(file)
file |
path to a file |
a boolean
if (FALSE){
check_is_css("path/to/css")
check_is_html("path/to/html")
check_is_js("path/to/js")
check_is_json("path/to/json")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.