Description Usage Arguments Value Author(s) Examples
Obtain data from Autocosmos according to the selecte make and model
1 | get_car_data(make, model)
|
make |
The make according to the catalog |
model |
The model according to the catalog |
A list containig the url image, price, version prices and competitors
Jean Arreola
1 2 3 | make <- get_make()[1]
model <- get_model(make)[1]
get_car_data(make, model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.