Description Usage Arguments Value Author(s) Examples
View source: R/sal_fetch_catalog.R
This is intended to be helpful when specific search parameters are unknown or simply for exploration of available data.
1 2 | sal_research_catalog(sal_catalog, n = 5L, width = getOption("width"),
...)
|
sal_catalog |
|
n |
|
width |
|
... |
Additional arguments to be passed to other methods. Not currently used. |
None (an invisible
NULL
)
Brendan Knapp brendan.g.knapp@gmail.com
1 2 3 4 5 6 7 | library(salinasr)
suppressPackageStartupMessages(library(tidyverse))
catalog <- sal_fetch_catalog()
catalog %>%
sal_research_catalog()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.