-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rhistory
120 lines (120 loc) · 3.76 KB
/
.Rhistory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
packages <- c('vitae', 'magrittr', 'tibble', 'glue', 'dplyr', 'stringr', 'lubridate')
require(xfun)
xfun::pkg_attach2(packages, message = FALSE)
source('CV_lists.R')
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued))
biblio
View(biblio)
biblio <- bibliography_entries("pubsList.bib") %>%
arrange(desc(issued))
biblio
View(biblio)
names(biblio)
biblio$author
biblio <- bibliography_entries("pubsList.bib") %>%
arrange(desc(issued))
biblio$author
biblio
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued))
View(biblio)
biblio$author
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued))
biblio$author
biblio
biblio <- bibliography_entries("shortPubs.csl") %>%
arrange(desc(issued))
biblio <- bibliography_entries("shortPubs.json") %>%
arrange(desc(issued))
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued))
biblio$author
biblio
pandoc_citeproc_convert("shortPubs.json")
rmarkdown::pandoc_citeproc_convert("shortPubs.json")
rmarkdown::pandoc_citeproc_convert("pubsList.json")
library(rmak)
library(rmarkdown)
rmarkdown::pandoc_citeproc_convert("pubsList.json")
rmarkdown::pandoc_citeproc_convert("shortPubs.json")
library(jsonlite)
rmarkdown::pandoc_citeproc_convert("shortPubs.json")
??pandoc_citeproc_convert()
rmarkdown::pandoc_citeproc_convert("shortPubs.json", type = 'json')
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued))
biblio$author
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued)) %>%
mutate(author = str_replace(author, pattern = '’', ' '))
biblio$author
View(biblio)
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued)) %>%
mutate(author = str_replace(author, pattern = '’', ' '))
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued)) %>%
mutate(author = str_replace(author, pattern =
'\’', ' '))
View(biblio)
biblio$author
biblio <- bibliography_entries("shortPubs.bib") %>%
arrange(desc(issued)) %>%
mutate(author = str_replace(author, pattern =
'Stephen D’Andrea', ' '))
biblio <- bibliography_entries("pubsTox.json") %>%
arrange(desc(issued))
biblio <- bibliography_entries("pubsTox.json", type = 'json') %>%
arrange(desc(issued))
rm(ls = ls())
rm(ls = biblio)
edu %>%
filter(resume == 1) %>%
detailed_entries(
with = Degree,
what = Institution,
when = glue::glue("{startMonth} {startYear} -- {endMonth} {endYear}",.na = ''),
where = Where,
why = detail)
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
packages <- c('vitae', 'magrittr', 'tibble', 'glue', 'dplyr', 'stringr', 'lubridate')
require(xfun)
xfun::pkg_attach2(packages, message = FALSE)
source('CV_lists.R')
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
packages <- c('vitae', 'magrittr', 'tibble', 'glue', 'dplyr', 'stringr', 'lubridate')
require(xfun)
xfun::pkg_attach2(packages, message = FALSE)
source('CV_lists.R')
work %>%
#filter(resume = '1') %>%
detailed_entries(with = title,
what = organization,
when = glue::glue("{startMonth} {startYear} -- {endMonth} {endYear}",.na = ''),
where = where
)
edu %>%
filter(resume == 1) %>%
detailed_entries(
with = Degree,
what = Institution,
when = glue::glue("{startMonth} {startYear} -- {endMonth} {endYear}",.na = ''),
where = Where,
why = detail)
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
packages <- c('vitae', 'magrittr', 'tibble', 'glue', 'dplyr', 'stringr', 'lubridate')
require(xfun)
xfun::pkg_attach2(packages, message = FALSE)
source('CV_lists.R')
edu %>%
filter(resume == 1) %>%
detailed_entries(
with = Degree,
what = Institution,
when = glue::glue("{startMonth} {startYear} -- {endMonth} {endYear}",.na = ''),
where = Where,
why = detail)