Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aaltodimensions
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Repository Analytics
Value Stream Analytics
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tuija Sonkkila
aaltodimensions
Commits
5fdf2aa7
Commit
5fdf2aa7
authored
Apr 04, 2018
by
Tuija Sonkkila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note on the WoS API query with wosr
parent
e875c5a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
query.R
query.R
+5
-0
No files found.
query.R
View file @
5fdf2aa7
...
...
@@ -245,6 +245,11 @@ data_oa$field_citation_ratio <- as.numeric(data_oa$field_citation_ratio)
# 6. in Excel, filter columns DI and TC (cites)
# and prepend to a single sheet
# 7. save as CSV
#
# Edit 4.4.2018: this step can be computerized after all, e.g.
# with the wosr R package, see example code
# at https://github.com/tts/aaltodimensions/blob/master/query_wos_api.R
#
#--------------------------------------------
dois
<-
unique
(
data_oa
$
doi
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment