sequences: Search for sequences

Description Usage Arguments Value Source Examples

Description

Search for sequences.

Usage

1
2
sequences(bbox, start_time, end_time, user_name, user_key, starred = FALSE,
  page, per_page, fields, json = FALSE, print = TRUE)

Arguments

bbox

Bounding box, given as vector of minx, miny, maxx, maxy.

start_time

Start time images are captured (following ISO 8601 rules).

end_time

End time images are captured before (following ISO 8601 rules).

user_name

Just objects for specific users, given as vector of usernames.

user_key

Just objects for specific users, given as vector of user keys.

starred

If TRUE, only starred sequences are requested. Default is FALSE.

page

Page number in pagination.

per_page

Results per page in pagination.

fields

Partially selected output fields, given as string or vector of strings. Fields are sorted in given order. Available fields: camera_make, captured_at, created_at, seq_key, panorama, user_key, user_name, num_img. If fields is missing (default), all available fields are returned.

json

If FALSE (default) the results are returned as simplified data.frame. TRUE (invisibly) returns the original JSON object (fields is ignored.

print

If TRUE (default) the search results are printed. If json=TRUE, nothing is printed.

Value

A data.frame or list (if json=TRUE) of matching sequences.

Source

https://a.mapillary.com/#sequences

Examples

1
2
3
4
## Not run: 
sequences(bbox=c(19.963211,49.317328,20.004066,49.325832), page=1, per_page=10)

## End(Not run)

chgrl/mapillRy documentation built on May 13, 2019, 4:05 p.m.