get_misconduct: Download and cache misconduct data

Description Usage Arguments Details Value Examples

View source: R/misconduct.R

Description

Pull in information on misconduct. For now, the only source is the Academic Sexual Misconduct Database, created by Julie Libarkin, though the function is written to allow extension to other public databases.

Usage

1
get_misconduct(source = "ASMD", agree = FALSE)

Arguments

source

Which database to use, currently just ASMD

agree

If TRUE, shows you have read and agree with the database terms

Details

An important thing to note is the license under which the data are released: "This database includes evidenced cases of academic sexual misconduct and cases where relationship policies were violated. All cases are based on publicly available documents or media reports, and only cases documented publicly can be included." The full legal information is at https://academic-sexual-misconduct-database.org/legal. You must read this before using the dataset.

Anyone using the Academic Sexual Misconduct Database should reference it as written below. Since the database is continually updated, the retrieval date is particularly important:

Libarkin, J. (2020). Academic Sexual Misconduct Database. Retrieved MONTH/DAY/YEAR, from https://academic-sexual-misconduct-database.org

Value

A tibble with the database contents

Examples

1
known <- get_misconduct(agree=TRUE)

bomeara/misconduct documentation built on Nov. 1, 2021, 7:49 a.m.