get_car_data: get_car_data

Description Usage Arguments Value Author(s) Examples

Description

Obtain data from Autocosmos according to the selecte make and model

Usage

1
get_car_data(make, model)

Arguments

make

The make according to the catalog

model

The model according to the catalog

Value

A list containig the url image, price, version prices and competitors

Author(s)

Jean Arreola

Examples

1
2
3
make <- get_make()[1]
model <- get_model(make)[1]
get_car_data(make, model)

jean9208/Autocosmos documentation built on May 18, 2019, 11:42 p.m.