api_amazon | R Documentation |
Using the Faker API (https://fakerapi.it/en), this API generates fake but reasonably structured data representing books and products from an internal 'Amazon API'. This API serves as educational purposes only.
api_amazon(port = NULL)
port |
a numeric value used as a port |
This function launches a plumber API in a new R process using 'callr' and return the 'callr' process.
callr result of the individual R process
Jorge Cimentada
## Not run: live_api <- api_amazon() live_api$kill() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.