FormatGISAIDMetadata | R Documentation |
Format metadata.tar.x file downloaded from GISAID with some missing columns
FormatGISAIDMetadata(
df,
collection_col = "Collection date",
submission_col = "Submission date"
)
df |
GISAID metadata dataframe |
collection_col |
Name of column representing date of collection (Collection date) |
submission_col |
Name of column representing date of submission (Submission date) |
A data frame with following extra columns: DateCollected, MonthYearCollected, YearCollected, MonthCollected, WeekCollected DateCollectedNumeric, MonthYearCollectedNumeric DateSubmitted, MonthYearSubmitted, YearSubmitted, MonthSubmitted, WeekSubmitted DateSubmittedNumeric, MonthYearSubmittedNumeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.