open-discourse / opendiscouRse

Package containing functions to obtain descriptive statistics and analyses of the Open Discourse database.
https://open-discourse.github.io/opendiscouRse/
Other
3 stars 0 forks source link

change check to assert funs #19

Open lwarode opened 2 years ago

lwarode commented 2 years ago
lwarode commented 2 years ago

e.g. check_data_frame --> assert_data_frame (when check is not combined with other check calls in one assert call)

lwarode commented 2 years ago

and (very important) add argument option combine = "and" (default is "or") to existing assert calls! (otherwise fails)