Get PubMed-IDs of a data frame.
get_pmid(df, col.pmid = PMID, copy = TRUE)
Data frame containing PubMed-IDs.
Symbol. Column containing PubMed-IDs.
Boolean. If copy = FALSE
, get_pmid()
returns a character
vector, containing PubMed-IDs. If copy = TRUE
, get_pmid()
copies
PubMed-IDs to clipboard.
Copy to clipboard or character vector.
If copy = TRUE
, get_pmid()
copies
PubMed-IDs to clipboard.
If copy = FALSE
, get_pmid()
returns a character
vector, containing PubMed-IDs.
Get PubMed-IDs of a data frame. get_pmid
returns either a character
vector, containing PubMed-IDs, or copies PubMed-IDs to clipboard. If PubMed-IDs
are copied to the clipboard, they can be used e.g. to search for abstracts on
PubMed.
Other get functions:
get_distinct_mir_df()
,
get_distinct_mir_vec()
,
get_mir()
,
get_shared_mir_df()
,
get_shared_mir_vec()
,
get_snp()