inspectScicloud: Summarize the result of scicloud analysis

Description Usage Arguments Value Author(s) See Also Examples

View source: R/3_inspectScicloud.R

Description

The last function to be called to perform analysis in scicloud. It takes the result of scicloudAnalysis and returns a summary of the cluster analysis.

Usage

1
inspectScicloud(scicloudAnalysis)

Arguments

scicloudAnalysis

the result of scicloudAnalysis

Value

A summary of the analysis is printed into the console. It gives insights into the total number of papers and words used. If the method was hclust, the returned object contains:

Author(s)

Creator of the scicloud workflow: Henrik von Wehrden, henrik.von_wehrden@leuphana.de

Code by: Lisa Gotzian, lisa.gotzian@stud.leuphana.de

First version of scicloud: Matthias Nachtmann, matthias.nachtmann@stud.leuphana.de

See Also

Other scicloud functions: createScicloudList(), deleteRDS(), runAnalysis(), searchScopus()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 

### Workflow of performing analysis using scicloud
myAPIKey <- "YOUR_API_KEY"
# retrieving data from PDFs and Scorpus website using API
scicloudList <- createScicloudList(myAPIKey = myAPIKey)

# Run the analysis with a specified no. of cluster
scicloudAnalysis <- runAnalysis(scicloudList = scicloudList, numberOfClusters = 4)

# Generate a summary of the analysis
scicloudSpecs <- inspectScicloud(scicloudAnalysis)

## End(Not run)

LisaGotzian/scicloud documentation built on March 29, 2021, 5:52 a.m.