R/cv.R
read_bibdesk_static_groups.Rd
Read in the citekeys for each static group in a BibDesk file
read_bibdesk_static_groups(x)
x | Path to a BibDesk bib file |
---|
A named list of vectors (see details)
The function returns a named list with one element for each static group. Each element contains the bibtex citekey for each item in the corresponding static group.
# \donttest{ res=read_bibdesk_static_groups("~/Greg/ProfessionalAdmin/cv_lyx/JefferisPublications.bib") res$Primary#> [1] "Felsenberg:2018aa" "Dolan:2018aa" "Zheng:2018aa" #> [4] "Chin:2018aa" "Dolan:2017aa" "Sutcliffe:2017aa" #> [7] "Costa:2016aa" "Panser:2016aa" "Ng:2016aa" #> [10] "Kohl:2014" "kohl2013" "masse2012" #> [13] "osumi-sutherland2012" "jefferis2007" "taylor-tavares2005" #> [16] "ramaekers2005" "jefferis2004a" "komiyama2003" #> [19] "marin2002" "jefferis2001" "kuwabara2000" #> [22] "cachero2010" "yu2010" "silbering2011" #> [25] "grosjean2011" "Sayin:2019aa" "Li605634" #> [28] "Meissner:2018aa"# }