Created
September 20, 2022 18:26
-
-
Save chasemc/a5c109a178abd40aec6d6bbbee8539f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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