Skip to content

Commit

Permalink
Version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
massimoaria committed Apr 16, 2020
1 parent 6966af6 commit 20f2e41
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: bibliometrix
Type: Package
Title: An R-Tool for Comprehensive Science Mapping Analysis
Version: 3.0.0
Date: 2020-02-13
Date: 2020-04-15
Authors@R: c(person("Massimo", "Aria", email = "[email protected]", role=c("cre","aut")),
person("Corrado", "Cuccurullo", email = "[email protected]", role="aut"))
Description: Tool for quantitative research in scientometrics and bibliometrics.
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bibliometrix v3.0.0 (Release date: 2020 )
bibliometrix v3.0.0 (Release date: 2020-04-15)
==============

New functionalities:
Expand Down
6 changes: 3 additions & 3 deletions R/convert2df.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Import and Convert Clarivate Analytics WoS, SCOPUS, Dimensions and COCHRANE Database Export files or \code{pubmedR} and \code{dimensionsR} json/xml objects into a data frame
#' Import and Convert bibliographic export files and API objects.
#'
#' It converts a SCOPUS, Clarivate Analytics WoS, Dimensions, PubMed and COCHRANE Database export files or pubmedR and dimensionsR json/xml
#' It converts a SCOPUS, Clarivate Analytics WoS, Dimensions, PubMed and COCHRANE Database export files or pubmedR and dimensionsR JSON/XML
#' objects into a data frame, with cases corresponding to articles and variables to Field Tags as used in WoS.
#'
#' @param file a character array containing a sequence of object names coming from:
Expand Down Expand Up @@ -46,7 +46,7 @@
#' # Import and convert a Web of Science collection form an export file in plaintext format:
#'
#' \dontrun{
#' files <- 'https://www.bibliometrix.org/datasets/bibliometrics_articles.txt'
#' files <- 'https://www.bibliometrix.org/datasets/wos_plaintext.txt'
#'
#' M <- convert2df(file = files, dbsource = 'wos', format = "plaintext")
#' }
Expand Down
6 changes: 3 additions & 3 deletions man/convert2df.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vignettes/Data-Importing-and-Converting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -402,14 +402,14 @@ The *Dimensions API* provides access to Dimensions data directly, and makes it p

The user can choose to write a valid query using that language or, in alternaative, using the function *dsQueryBuild*.

For a more detailed focus on the use of the dimensionsR package, please see the package vignette at https://cran.r-project.org/web/packages/dimensionsR/vignettes/A_Brief_Example.html
For a more detailed focus on the use of the dimensionsR package, please see the package vignette at https://cran.r-project.org/package=dimensionsR/vignettes/A_Brief_Example.html

&nbsp;

### How to import data using PubMed API

The *PubMed API* provides access to PubMed data directly, submitting a query written following the pubmed query language. The PubMed data can be gathered using the *pubmedR R-package* functions.

For a more detailed focus on the use of the pubmedR package, please see the package vignette at https://cran.r-project.org/web/packages/pubmedR/vignettes/A_Brief_Example.html
For a more detailed focus on the use of the pubmedR package, please see the package vignette at https://cran.r-project.org/package=pubmedR/vignettes/A_Brief_Example.html

&nbsp;
8 changes: 4 additions & 4 deletions vignettes/Data-Importing-and-Converting.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<meta name="author" content="Massimo Aria" />

<meta name="date" content="2020-04-14" />
<meta name="date" content="2020-04-15" />

<title>Bibliometrix: Data Importing and Converting</title>

Expand Down Expand Up @@ -315,7 +315,7 @@

<h1 class="title toc-ignore">Bibliometrix: Data Importing and Converting</h1>
<h4 class="author">Massimo Aria</h4>
<h4 class="date">2020-04-14</h4>
<h4 class="date">2020-04-15</h4>



Expand Down Expand Up @@ -780,13 +780,13 @@ <h2>How to download bibliographic data using APIs</h2>
<h3>How to import data using Dimensions API</h3>
<p>The <em>Dimensions API</em> provides access to Dimensions data directly, and makes it possible to retrieve results to precise and complex queries. These are performed using the <em>dimensionsR R-package</em> functions which implement the Dimensions Search Language (DSL), a custom query language created by Dimensions.</p>
<p>The user can choose to write a valid query using that language or, in alternaative, using the function <em>dsQueryBuild</em>.</p>
<p>For a more detailed focus on the use of the dimensionsR package, please see the package vignette at <a href="https://cran.r-project.org/web/packages/dimensionsR/vignettes/A_Brief_Example.html" class="uri">https://cran.r-project.org/web/packages/dimensionsR/vignettes/A_Brief_Example.html</a></p>
<p>For a more detailed focus on the use of the dimensionsR package, please see the package vignette at <a href="https://cran.r-project.org/package=dimensionsR/vignettes/A_Brief_Example.html" class="uri">https://cran.r-project.org/package=dimensionsR/vignettes/A_Brief_Example.html</a></p>
<p> </p>
</div>
<div id="how-to-import-data-using-pubmed-api" class="section level3">
<h3>How to import data using PubMed API</h3>
<p>The <em>PubMed API</em> provides access to PubMed data directly, submitting a query written following the pubmed query language. The PubMed data can be gathered using the <em>pubmedR R-package</em> functions.</p>
<p>For a more detailed focus on the use of the pubmedR package, please see the package vignette at <a href="https://cran.r-project.org/web/packages/pubmedR/vignettes/A_Brief_Example.html" class="uri">https://cran.r-project.org/web/packages/pubmedR/vignettes/A_Brief_Example.html</a></p>
<p>For a more detailed focus on the use of the pubmedR package, please see the package vignette at <a href="https://cran.r-project.org/package=pubmedR/vignettes/A_Brief_Example.html" class="uri">https://cran.r-project.org/package=pubmedR/vignettes/A_Brief_Example.html</a></p>
<p> </p>
</div>
</div>
Expand Down

0 comments on commit 20f2e41

Please sign in to comment.