write_readme writes a readme file based on the current metadata
write_readme(eml_object, outfile = "")
a character string in readable format (saved to the given outfile)
write_readme writes a mock-up of the readme file that will eventually be automatically generated by DataStore. This file is for error checking purposes only. If something looks off, you can go back and fix your metadata to correct it but you should not upload this readme file with your data package.
if (FALSE) { # \dontrun{
write_readme(eml_object, "TestReadMe.txt")
} # }