q_specs | R Documentation |
Query specs
q_specs(year, species, area, db, print_sql = FALSE, save = TRUE)
year |
for specifying the correct folder |
species |
species group code e.g., "DUSK", "PCOD" |
area |
"GOA" or "BSAI" |
db |
data server to connect to (akfin) |
print_sql |
outputs the sql query instead of calling the data - save must be false |
save |
saves a file to the data/raw folder, otherwise sends output to global enviro (default TRUE) |
## Not run:
db = connect()
q_specs(year=2024, species='PCOD', area='BSAI', db=db, save=F)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.