get_meta: Extract Series meta information.

Description Usage Arguments Value Examples

Description

Extract Series meta information.

Usage

1
get_meta(series_id = seriespicker::ids)

Arguments

series_id

Character string of the IMDB series id.

Value

Character giving the original series title.

Examples

1
2
3
4
5
6
7
8
series_id <- seriespicker::ids[c(1, 4, 6)]
get_meta(series_id)

get_meta(ids[1:10])
## Not run: 
  get_meta()

## End(Not run)

alketh/seriespicker documentation built on May 12, 2019, 4:25 p.m.