extract_association_id: Extract association identifiers from URLs
Description
This function extracts association identifiers from URLs of the form:
".*{association_id}$"
.
Usage
extract_association_id(urls)
Value
A character vector of association identifiers.
Arguments
- urls
A character vector of URLs of the form
".*{association_id}$"
.