Description Usage Arguments Value Examples
Retrieve the "Load_Date" for a set of SRA 'run_id'
1 | get.sraDate(run_ids, con, ordinal = FALSE, as.df = FALSE)
|
run_ids |
character, SRA 'run_id' |
con |
pq-connection, use SerratusConnect() |
ordinal |
boolean, return 'run_ids' ordered vector [F] |
as.df |
boolean, return run_id, date data.frame [F] |
POSIXct, date object vector
1 2 | con <- SerratusConnect()
palm.date <- get.sraDate("SRR9968562", con)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.