package_make: Create a Google API package

View source: R/generate_code.R

package_makeR Documentation

Create a Google API package

Description

This function will generate a package of Google API functions.

Usage

package_make(api_id, output_dir, package_name)

Arguments

api_id

The api to fetch. Run api_list for options.

output_dir

Directory path to write the package to.

package_name

Name of the package to create. NOTE: output_dir/package_name cannot be pre-existing.

Value

TRUE if successful, side effect will write package directory output_dir/package_name.

Note

You will still need to run devtools::document(your_package_directory) and install your package for testing.

See Also

Other API Discovery Service: api_list()


samterfa/googlePackageMaker documentation built on May 18, 2022, 10:58 a.m.