getcamdata: Basic querying of the NOLA police bodycam API.

Description Usage Arguments Value Examples

Description

Basic querying of the NOLA police bodycam API.

Usage

1
2
3
4
5
6
7
8
9
getcamdata(n = 10, evidence_id = NA, status = NA, title = NA,
  date_uploaded = NA, created_date_record_start = NA,
  date_record_end = NA, size_mb = NA, duration_seconds = NA,
  location = NA, latitude = NA, longitude = NA,
  police_district = NA, date_uploaded_min = NA,
  date_uploaded_max = NA, size_mb_min = NA, size_mb_max = NA,
  duration_seconds_min = NA, duration_seconds_max = NA,
  latitude_min = NA, latitude_max = NA, longitude_min = NA,
  longitude_max = NA)

Arguments

n

Max number of rows returned.

evidence_id

"evidence_id" parameter.

status

"status" parameter.

title

"title" parameter.

date_uploaded

"date_uploaded" parameter.

created_date_record_start

"created_date_record_start" parameter.

date_record_end

"date_record_end" parameter.

size_mb

"size_mb" parameter.

duration_seconds

"duration_seconds" parameter.

location

"location" parameter.

latitude

"latitude" parameter.

longitude

"longitude" parameter.

police_district

"police_district" parameter.

date_uploaded_min

"date_uploaded" minimum parameter (for use if range wanted).

date_uploaded_max

"date_uploaded" maximum parameter (for use if range wanted).

size_mb_min

"size_mb" minimum parameter (for use if range wanted).

size_mb_max

"size_mb" maximum parameter (for use if range wanted).

duration_seconds_min

"duration_seconds" minimum parameter (for use if range wanted).

duration_seconds_max

"duration_seconds" maximum parameter (for use if range wanted).

latitude_min

"latitude" minimum parameter (for use if range wanted).

latitude_max

"latitude" maximum parameter (for use if range wanted).

longitude_min

"longitude" minimum parameter (for use if range wanted).

longitude_max

"longitude" maximum parameter (for use if range wanted).

Value

A dataframe containing the rows matching the query.

Examples

1
2
getcamdata(police_district = 1)
getcamdata(n = 800, duration_seconds_min = 900, duration_seconds_max = 920, police_district = 2)

danieltadmon/nolacamr documentation built on May 28, 2019, 11:04 p.m.