Skip to contents

Returns a dataframe listing the number and type of contributions by a set of users. Data is scrapped from OSM users' profiles.

Usage

get_contributions_osm_users(users)

Arguments

users

a vector containing the usernames to be queried.

Value

a dataframe containing the number of contributions by type made by user.

Examples

get_contributions_osm_users("ccamara")
#> [1] "ccamara"
#> Warning: Expected 2 pieces. Missing pieces filled with `NA` in 1 rows [4].
#>      user map_changesets map_notes traces diary comments date_creation
#> 1 ccamara           4216       117      6     0        0    2011-03-17
#>   date_last_map_edit
#> 1         2025-06-03