# Return a dataframe with 50 of the latest records. Data is cleaned.
latest_records <- doj_press_releases()
head(latest_records)
# Return a dataframe with 15 of the earliest records. Data is not cleaned.
earliest_records <- doj_press_releases(n_results = 15, search_direction = "ASC")
head(earliest_records)
Run the code above in your browser using DataLab