inst/data-raw/endpoints.R

rmangal_endpoints <- data.frame(
    name = c(
        "dataset",
        "environment",
        "interaction",
        "network",
        "node",
        "reference",
        "attribute",
        "taxonomy",
        "trait"
    ),
    path = c(
        "dataset",
        "environment",
        "interaction",
        "network",
        "node",
        "reference",
        "attribute",
        "taxonomy",
        "trait"
    )
)

rmangal_endpoints <- save(
    rmangal_endpoints, file = "data/rmangal_endpoints.rda", compress = "xz"
)

Try the rmangal package in your browser

Any scripts or data that you put into this service are public.

rmangal documentation built on Jan. 23, 2026, 9:08 a.m.