Collin Schwantes

Results 30 comments of Collin Schwantes

A little hacky but downloading a file first seems to resolve the issues with uploads not properly refreshing the token. ``` refresh_db_token

could you use bcc and chunk the emails into groups so that you are sending less than 20 emails?

Here is the containerTemplateUtils function: ``` #' Send email alerts to updated automation reports #' #' @param to A vector of email addresses serving as primary recipients for the #'...

There is a `day_limit` parameter in the function that should allow you increase the number of requests you can make per day. When I use the geocode API provided by...

Should this be in `ehastyle`?

@cjcarlson Not seeing this in the latest version. ``` virion_unique %>% + dplyr::filter( + stringr::str_detect(HostOriginal,pattern = regex("marmoset",ignore_case = TRUE)) + ) %>% + dplyr::group_by(HostTaxID,Host,HostFamily, Database)|> + dplyr::summarise(n = n()) `summarise()`...

@tpoisot are you okay with closing this pr?

Appears to be resolved in the latest release. @carolinecummings There a no instances of `pestivirus a` in the latest release. `Pestivirus bovis` is a rename of `Pestivirus A`. ``` virion_unique...