read_file() reads an entire file into a single character vector.
read_file_raw() reads an entire file into a raw vector.
read_file(path)
read_file_raw(path)read_file(): A length 1 character vector.
read_file_raw(): A raw vector.
read_file() assumes the file has a UTF-8 encoding.