[Experimental]

This function returns details about the organization metadata

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.

Value

A tbl_df

Examples

if (FALSE) {
# describe metadata for the organization associated with the session
metadata_info <- sf_describe_metadata()
}