detail_view: List views

Description Usage Arguments See Also Examples

Description

Get categories, authors or limericks of limericks available.

Usage

1
2
3
4
5
get_cat(id)

get_aut(id)

get_lim(id)

Arguments

id

id of object to retrieve

See Also

list_view

Examples

1
2
3
4
5
6
## Not run: 
cat <- get_cat(id = 1) # get limericks in first category
aut <- get_aut(id = 1) # get limericks by authord with ID 1
lim <- get_lim(id = 1) # get details of limerick ID 1

## End(Not run)

JohnCoene/fiveline documentation built on May 27, 2019, 7:24 a.m.