Closed bvreede closed 3 months ago
Closes #69
This PR adds the option for a source column to be NULL. If a dataset consists of a single conversation, the argument source can be set to NULL, and talkr::init() will create a source column from scratch, which is then used to create the UIDs.
source
talkr::init()
Closes #69
This PR adds the option for a source column to be NULL. If a dataset consists of a single conversation, the argument
source
can be set to NULL, andtalkr::init()
will create a source column from scratch, which is then used to create the UIDs.