superbid: Superbid

Description Usage Arguments storage

View source: R/superbid.R

Description

Superbid is a website that auctiones various items, see https://www.superbid.net/.

Usage

1
2
3
4
5
6
superbid(
  type,
  ID = c(10000, 10012, 10033, 10022, 10038),
  order.Date = Sys.Date(),
  collect.Date = Sys.Date()
)

Arguments

type

It must be one of the following arguments: 'api' shows the IDs of each category, 'order' collect auctioned items of the day and 'collect' collecting the stored orders of the day.

ID

A vector contains the API IDs.

storage

The data is stored in mongodb database (superbid) in three collections: 'order' to the IDs auctioned of the day, 'data' for the auctioned item data, ' 'img.chunks' and 'img.files' for the images of auctioned item.


Andryas/WEBDATA documentation built on Jan. 2, 2020, 1:31 p.m.