This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#JournalStats | |
journdat = read.csv("filename", as.is=TRUE, na.strings="N/A") | |
journdat$simple.var = journdat$Policy.request...require.code ## Renames field to simple.var | |
journdat$simple.var[journdat$simple.var>1] = 1 ## Turns all fields >1 into 1 for sake of simple variable of request / required code | |
##Categories | |
journdat$is.Environmental.Sciences = 0 | |
journdat$is.Environmental.Sciences[grep("*Environmental Sciences*", journdat$ISI.Category)] = 1 ## way of making EnvSci as a category into a varaible in order to add it to our plot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Publisher Journal Title Journal Alias ISSN Publications / Year ISI Category Total Citaitons 2009 Impact Factor 5 Year Impact Factor Immediacy Index Articles Cited Half Life EigenFactor Score Article Influence Score Journal has affiliation Affiliation Peer Reviewed Subscription Model Sub Code Location (url) Standard publication policy Date of plan Data required for peer review Required peer review text Policy requested authors to share data for publication Policy required authors to share data for publication Request / Require text Policy request / require code Policy has instructions how to submit data? Policy has instructions for how to submit data? Text Policy has instructions where to deposit shared data ? Policy has instructions where to deposit shared data ? Text Type of place to deposit? (Journal, Repository etc) Policy requires accession number? Policy requires format for shared data ? Required format text Policy has instructions for how to cite data? How to cite data text Policy has instructions for |
NewerOlder