Map a study accession identifier to an association accession identifier.
Value
A dataframe of two identifiers. First column is the study identifier and the second column is the association identifier.
Examples
if (FALSE) { # \dontrun{
# Map GWAS study identifiers to association identifiers
study_to_association(c('GCST001084', 'GCST001085'))
} # }