Retrieves metadata (R classes, custom attributes, column types) for a table stored in the active storage backend.
Examples
if (FALSE) { # \dontrun{
my_gitstats <- create_gitstats() |>
set_github_host(
token = Sys.getenv("GITHUB_PAT"),
orgs = "r-world-devs"
)
get_commits(my_gitstats, since = "2024-01-01")
get_storage_metadata(my_gitstats, storage = "commits")
} # }