r import tsv from url code example Example: r how to import tsv file read.table(file = 'drug_info.tsv', sep = '\t', header = TRUE)