View source: R/check_file_exists.R
check_file_exists | R Documentation |
stop
if the file is absentFunction to check if a file exists.
Calls stop
if the file is absent
check_file_exists(filename, filename_description = NA)
filename |
name of the file |
filename_description |
description of the filename |
nothing. Will stop
if the file is absent,
with a proper error message
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
check_file_exists(get_beautier_path("anthus_aco_sub.fas"))
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.