You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dataset (modified with new column called careless, logical with TRUE FALSE for flagged / non-flagged responses)
cleaned dataset (filtered rows)
a list for each used method, e.g. list longstring with a) arguments/parameters; b) output (index values), and c) flagged on that method (logical vector)
a functional prototype might look like
function id_careless(df, method='longstring', clean=FALSE) {
}
The text was updated successfully, but these errors were encountered: