Commit c2db04fe authored by Heraut Louis's avatar Heraut Louis
Browse files

Minor change for encoding

parent 5503a94e
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -168,7 +168,7 @@ extractBH_meta = function (computer_data_path, filedir, filename, verbose=TRUE)
if (file.exists(file_path) & substr(file_path, nchar(file_path), nchar(file_path)) != '/') {
# Extract all the header
metatxt = c(readLines(file_path, n=41))
metatxt = c(readLines(file_path, n=41, encoding="latin1"))
# Create a tibble with all the metadata needed
df_meta =
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment