Skip to content

Commit

Permalink
To help pull the images and store it as the actual wikipedia_pics in …
Browse files Browse the repository at this point in the history
…the analyis of the data.
  • Loading branch information
Bdishman23 committed Oct 25, 2022
1 parent b204567 commit 6230799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/runanalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @export
run_chapter2 <- function(taxon) {
wikipedia_summary <- get_wikipedia_summary(taxon)
wikipedia_pics <- get_wikipedia_pics(taxon)
datelife_biggest <- get_datelife_biggest(taxon)
pubmed <- get_pubmed(taxon)
genbank_count_by_gene <- get_genbank_count_by_gene(taxon)
Expand Down

0 comments on commit 6230799

Please sign in to comment.