You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this package to generate large tables which we are currently building manually. We need information which we are currently looking up on the Mutation Report pages on the outbreak.info site:
We would like to use the R package get the "cumulative prevalence" and "last date found" for individual mutations by location, as shown in the summary table on the above Mutation Report, so that I can use a script to generate these tables for us.
The text was updated successfully, but these errors were encountered:
As an update: I worked out how to get the "last date found" from the data available in getPrevalence() by simply extracting the minimum date from the date column for the mutation I queried
I am trying to use this package to generate large tables which we are currently building manually. We need information which we are currently looking up on the Mutation Report pages on the outbreak.info site:
https://outbreak.info/situation-reports?pango&muts=S%3AT478K&loc=USA&loc=USA_US-NY&overlay=false
We would like to use the R package get the "cumulative prevalence" and "last date found" for individual mutations by location, as shown in the summary table on the above Mutation Report, so that I can use a script to generate these tables for us.
The text was updated successfully, but these errors were encountered: