| repo_check | R Documentation |
Sends a HEAD request for each name in ext against the given repository
and reports which ones the server serves (2xx). Use this to discover which
extensions are actually published for the running DuckDB version and
platform.
repo_check(
repo = c("core", "community"),
ext = NULL,
conn = conn_default(),
verbose = FALSE
)
repo |
|
ext |
Character vector of extension names to probe. Required. |
conn |
A DuckDB connection. Defaults to |
Invisibly returns a named logical vector, one element per name in
ext.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.