Take various strings that combine to make a file path and check whether that file exists. If it does, return TRUE. If not, return the value return_if_not.
1  | check_file_exists(..., warning_if_not = FALSE)
 | 
... | 
 Character strings that will be concantenated to create a file path  | 
warning_if_not | 
 Boolean indicating whether a warning should be printed if the file does not exist  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.