users: Search for users

Description Usage Arguments Details Value Source Examples

Description

Search for users who contributed in a certain region.

Usage

1
2
users(bbox, user_name, user_key, page, per_page, fields, json = FALSE,
  print = TRUE)

Arguments

bbox

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

user_name

String (or vector of strings) to filter for usernames.

user_key

String (or vector of strings) to filter for user keys.

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: about, avatar, created_at, key, username. 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.

Details

Returned users are ordered by created_at. If bbox is provided, users are ordered by their last captured times.

Value

A data.frame of users.

Source

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

Examples

1
2
3
4
## Not run: 
users(user_name="billy_bob")

## End(Not run)

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