PicSureHpdsDictionaryBdcResult | R Documentation |
R6 class contain the results of a search against a HPDS resource's data dictionary - DO NOT CREATE THIS OBJECT DIRECTLY!
For full documentation of each method go to https://github.com/hms-dbmi/pic-sure-r-adapter-hpds
Object of R6Class
used to access a HPDS-hosted resource's data dictionary.
new()
This method is used to create a PicSureHpdsDictionaryBdcResult object. DO NOT CREATE THIS OBJECT DIRECTLY!
PicSureHpdsDictionaryBdcResult$new(results, scopes, showAll = FALSE)
results
A list of results to process and return.
scopes
A list of query scopes for filter by.
showAll
Show all studies, not just ones within connection query scopes.
count()
This method returns a integer of how many terms were returned by the data dictionary search.
PicSureHpdsDictionaryBdcResult$count()
Return the number of returned results.
entries()
This method returns information about the terms discovered by the data dictionary search in a data frame format.
PicSureHpdsDictionaryBdcResult$entries()
Return all results.
varInfo()
Display all information available on a particular HPDS_PATH corresponding to a search result.
PicSureHpdsDictionaryBdcResult$varInfo(path)
path
A path to look for in the results.
A data.frame
containing the fields for the given path.
paths()
Extract the paths of all results into a list.
PicSureHpdsDictionaryBdcResult$paths()
A list of paths returned from the results.
dataframe()
Flatten the results into a data.frame
.
PicSureHpdsDictionaryBdcResult$dataframe()
A data.frame
of all results.
clone()
The objects of this class are cloneable with this method.
PicSureHpdsDictionaryBdcResult$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.