#' Title
#'
#' @param filename
#'
#' @return
#' @export
#'
#' @examples
checkFileExists <- function(filename)
{
if (!file.exists(filename))
R.oo::throw(concat('file does not exist: ',filename))
}
#checkFileExists('test.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.