Skip to contents

Retrieves all the details from a list of changesets ids by querying osmapiR::osm_download_changeset() for each changeset and then combining all the results in a single dataframe.

Usage

get_changesets_details(changeset_ids)

Arguments

changeset_ids

a vector containing changesets ids to be queried.

Value

a dataframe describing all changes associated with the changesets.