| hy_capabilities | R Documentation |
Returns a named logical vector indicating which hydroloom functions can operate on the input object given its current class and columns.
Functions marked TRUE are directly callable. Use
include_conversions = TRUE to see what becomes available after
a single representation conversion.
hy_capabilities(x, include_conversions = FALSE)
x |
object to query. |
include_conversions |
logical. If TRUE, also marks functions reachable via a single representation conversion. |
named logical vector.
x <- sf::read_sf(system.file("extdata/new_hope.gpkg", package = "hydroloom"))
hy_capabilities(hy(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.