Hi,
I’m trying to load a tab delimited file using the following code:
vcf=readdlm("/Users/George/Desktop/work_projects/Sept2017_24patients_visualize/24patients_edit_test.vcf", delim="\t")
and receive the following error:
ERROR: LoadError: ArgumentError: unknown option delim
I’m using Julia v6.0. Does anyone know why this may be happening?
Thanks!