googleAuthR (version 2.0.0)

gar_create_api_objects: Create the API objects from the Discovery API

Description

Create the API objects from the Discovery API

Usage

gar_create_api_objects(filename, api_json, format = TRUE)

Value

TRUE if successful, side-effect creating filename

Arguments

filename

File to write the objects to

api_json

The json from gar_discovery_api

format

If TRUE will use tidy_eval on content

See Also

Other Google Discovery API functions: gar_create_api_skeleton(), gar_create_package(), gar_discovery_apis_list(), gar_discovery_api()