Check if there are files in the specified folder
Usage
adcp_check_new_folder(path, pattern = "csv")
Arguments
- path
Path to the folder to check.
- pattern
Character string indicating what file type to check for.
Value
Returns a Warning if there are files in the folder. Returns a
message if not.