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

Minor change for encoding

parent c2db04fe
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) ...@@ -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)) != '/') { if (file.exists(file_path) & substr(file_path, nchar(file_path), nchar(file_path)) != '/') {
# Extract all the header # Extract all the header
metatxt = c(readLines(file_path, n=41, encoding="latin1")) metatxt = c(readLines(file_path, n=41, encoding="UTF-8"))
# Create a tibble with all the metadata needed # Create a tibble with all the metadata needed
df_meta = 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