| find_agreement_from_matches | R Documentation |
Checks agreement on variables from dataframe of matched records.
find_agreement_from_matches(
matched_all,
match_type,
drop_cols = c("score", "report_type", "process_point", "event_type", "event_id",
"comment", "election_date", "summary", "contested", "tag_id", "event_report_id",
"proximity_relative", "id", "allocated_by", "allocation_date", "allocation_type",
"assigned_at", "coding_complete", "difficulty_ranking", "document_id", "score.x",
"score.y", "article_date_man_verify", "ideal_coding_comments", "last_updated",
"status", "user_id", "event_timeframe_quantifier", "event_end", "event_duration",
"user_doc_id", "event_date", "event_location")
)
matched_all |
The dataframe of matches |
match_type |
The type of match (i.e. the database table the match comes from "user_doc", "ev_report", "tags", "attributes") |
drop_cols |
Names of columns to exclude from the comparison |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.