Description Usage Arguments Details Value Source Examples
Search for users who contributed in a certain region.
1 2 |
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: |
json |
If |
print |
if |
Returned users are ordered by created_at
. If bbox
is provided,
users are ordered by their last captured times.
A data.frame
of users.
https://a.mapillary.com/#users
1 2 3 4 | ## Not run:
users(user_name="billy_bob")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.