This function returns details about the organization metadata
Usage
sf_describe_metadata(verbose = FALSE)
Arguments
- verbose
logical
; an indicator of whether to print additional
detail for each API call, which is useful for debugging. More specifically, when
set to TRUE
the URL, header, and body will be printed for each request,
along with additional diagnostic information where available.
Examples
if (FALSE) { # \dontrun{
# describe metadata for the organization associated with the session
metadata_info <- sf_describe_metadata()
} # }