Skip to content

Instantly share code, notes, and snippets.

@stjordanis
Forked from chasemc/skimr.r
Created September 21, 2022 00:51
Show Gist options
  • Save stjordanis/98abe556b4b0d161183fbb17424bc33d to your computer and use it in GitHub Desktop.
Save stjordanis/98abe556b4b0d161183fbb17424bc33d to your computer and use it in GitHub Desktop.
library(data.table)
library(skimr)
temp <- fread(
"curl -s https://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/assembly_summary_genbank.txt | head -n 20",
sep = "\t",
header = T
)
skim(temp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment