bind_tbl: Create a single session, events, or streams tibble from list...

Description Usage Arguments Examples

Description

Simulation data read in using read_all() is available as a user list, with each list element being a list with three tibbles. bind_tbl() will take the user list and the name of which of the three tibble to work with. It returns a single tibble which is all users tibbles of the specific type bound together. A 'uid' column is added.

Usage

1
bind_tbl(user_list, tbl_name)

Arguments

user_list

List of user data created via a method such as read_all()

tbl_name

Unquoted name of tibble to extract. Must be 'session', 'events', or 'streams'

Examples

1
2
3
4
5
6
7
## Not run: 
# Given a user-list of data `d`...
bind_tbl(d, session)
bind_tbl(d, events)
bind_tbl(d, streams)

## End(Not run)

drsimonj/adapter documentation built on May 15, 2019, 2:51 p.m.