sf_describe_metadata: Describe the Metadata in an Organization

View source: R/describe-metadata.R

sf_describe_metadataR Documentation

Describe the Metadata in an Organization

Description

[Experimental]

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.

Value

A tbl_df

References

https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta

Examples

## Not run: 
# describe metadata for the organization associated with the session
metadata_info <- sf_describe_metadata()

## End(Not run)

salesforcer documentation built on March 18, 2022, 6:26 p.m.