You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed parsemsf package to the Rstudio environment. I have my msf files in working directory. I am using the following code. library(parsemsf) sample4_2=make_area_table("ESC-HF-S10-10-1-Siddharth-230118.msf", min_conf = "High", prot_regex = "^>([a-zA-Z0-9._]+)\\b", collapse = TRUE)
The code is giving me following error Error in enc2utf8(col_names(col_labels, sep = sep)) :
argument is not a character vector
Kindly help
The text was updated successfully, but these errors were encountered:
I have installed parsemsf package to the Rstudio environment. I have my msf files in working directory. I am using the following code.
library(parsemsf) sample4_2=make_area_table("ESC-HF-S10-10-1-Siddharth-230118.msf", min_conf = "High", prot_regex = "^>([a-zA-Z0-9._]+)\\b", collapse = TRUE)
The code is giving me following error
Error in enc2utf8(col_names(col_labels, sep = sep)) :
argument is not a character vector
Kindly help
The text was updated successfully, but these errors were encountered: