-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWOS_api.Rmd
More file actions
35 lines (21 loc) · 720 Bytes
/
WOS_api.Rmd
File metadata and controls
35 lines (21 loc) · 720 Bytes
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
---
title: "Web of Science"
author: "ABB"
date: "29 May 2019"
output: html_document
---
## Introduction
This is document which shows the summary information from Web of Science CORE Collection about systematic reviews. This document is built for the EQUATOR Network.
```{r setup, include=FALSE}
# install and load packages
library(devtools)
devtools::install_github("vt-arc/wosr")
library(wosr)
# set-up
knitr::opts_chunk$set(echo = TRUE)
chooseCRANmirror(graphics=FALSE, ind=1)
## ensure Sys.setenv(WOS_USERNAME = "your_username", WOS_PASSWORD = "your_password") is set
sid <- auth()
```
##
Please contact Alexandra Bannach-Brown <mailto:alexandra_bannachbrown@bond.edu.au> if you have any questions.