Skip to contents

Parses a list of usernames and queries OSM api using osmapiR::osm_query_changesets() to retrieve all the individual changesets and then combines the results in a single dataframe.

Usage

get_contributions_changesets(users, n_changesets = 100)

Arguments

users

a character vector containing OSM usernames.

n_changesets

a number specifying the maximum number of changesets to be retrieved per user, starting from the most recent ones.

Value

a dataframe containing all changesets' details authored by the selected users.