Skip to contents

Get all strains from the database

Usage

get_strains(con)

Arguments

con

A database connection

Value

A character vector of all strains in the database

A character vector of all strains in the database

Examples

con <- dbConnect(RSQLite::SQLite(), ":memory:")
#> Error in dbConnect(RSQLite::SQLite(), ":memory:"): could not find function "dbConnect"
get_strains(con)
#> Error: object 'con' not found
dbDisconnect(con)
#> Error in dbDisconnect(con): could not find function "dbDisconnect"