-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rhistory
34 lines (34 loc) · 1.27 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
blogdown::serve_site()
install.packages("curl")
blogdown::new_content()
?blogdown::new_content()
blogdown::new_content('/content')
googlesheets::gs_auth()
library("dplyr")
library("googlesheets")
pubs <- gs_url("https://docs.google.com/spreadsheets/d/1o1ws9sP42QBqFvFP0wQcJ5Rk6l2ILaJrmhOdioMlVpY/edit#gid=0", verbose = FALSE) %>%
gs_read(verbose = FALSE)
published <- pubs %>%
filter(status == "Published") %>%
arrange(Year)
glue::glue_data(published, "{Authors} ({Year}). {Title}. *{Publication}, {Volume}*({Number}), {Pages}. [**{LinkType}**]({Link})<br><br>")
blogdown::stop_server()
tets = 3
install.packages("RefManageR")
knit_with_parameters('~/Projects/ubdbra001.github.io/pubs.Rmd')
unlink('~/Projects/ubdbra001.github.io/pubs_cache', recursive = TRUE)
library("dplyr")
library("googlesheets")
pubs <- gs_url("https://docs.google.com/spreadsheets/d/1o1ws9sP42QBqFvFP0wQcJ5Rk6l2ILaJrmhOdioMlVpY/edit#gid=0", verbose = FALSE) %>%
gs_read(verbose = FALSE)
gs_auth()
gs_auth()
pubs <- gs_url("https://docs.google.com/spreadsheets/d/1o1ws9sP42QBqFvFP0wQcJ5Rk6l2ILaJrmhOdioMlVpY/edit#gid=0", verbose = FALSE) %>%
gs_read(verbose = FALSE)
blogdown::build_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()