View source: R/generate_code.R
package_make | R Documentation |
This function will generate a package of Google API functions.
package_make(api_id, output_dir, package_name)
api_id |
The api to fetch. Run |
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. |
TRUE if successful, side effect will write package directory output_dir/package_name.
You will still need to run devtools::document(your_package_directory) and install your package for testing.
Other API Discovery Service:
api_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.