read_fsk_readme: Read the README file
Description
Read the README file
Usage
read_fsk_readme(file_dir, check = FALSE, filename = "README.txt")
Value
A character string with the content of the README file.
Arguments
- file_dir
path to the file.
- check
Whether to make checks. FALSE by default.
- filename
Name of the file whith the information (README.txt by default).