R/tidy_tables.R

tidy_listing_table <- function(tab) {
  for(row in 1:length(tab$Species)) {
    sub <- tab[row, ]
    if(sub$Species == sub$YearListed) {
      cur_head <- sub
    }
  }
}
jacob-ogre/nmfsscraper documentation built on May 18, 2019, 8:01 a.m.