Description Usage Arguments Value Examples
Basic querying of the NOLA police bodycam API.
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)
|
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). |
A dataframe containing the rows matching the query.
1 2 | getcamdata(police_district = 1)
getcamdata(n = 800, duration_seconds_min = 900, duration_seconds_max = 920, police_district = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.