extract_association_id: Extract association identifiers from URLs

View source: R/parse-utils.R

extract_association_idR Documentation

Extract association identifiers from URLs

Description

This function extracts association identifiers from URLs of the form: ".*{association_id}$".

Usage

extract_association_id(urls)

Arguments

urls

A character vector of URLs of the form ".*{association_id}$".

Value

A character vector of association identifiers.


gwasrapidd documentation built on Dec. 28, 2022, 2:16 a.m.