dspl-methods {googlePublicData} | R Documentation |
Print and summarize dspl objects
Description
Methods to print and summarize dspl
class objects
Usage
## S3 method for class 'dspl'
print(x, path = NULL, replace = FALSE, quiet = FALSE, ...)
## S3 method for class 'dspl'
summary(object, ...)
Arguments
x |
An object of class |
path |
String. Output path where to save the XML DSPL file. |
replace |
Logical. If |
quiet |
Whether or not to print information on the screen |
... |
arguments passed on to |
object |
An object of class |
Value
list("print.dspl") |
None (invisible |
list("summary.dspl") |
Returns the class attributes and a list
containing as defined by |
Author(s)
George G. Vega Yon
See Also
See also dspl
Examples
## Not run:
# Parsing some xlsx files at "my stats folder"
mydspl <- dspl(path="my stats folder/")
# Checking the summary of the data bundle
summary(mydspl)
# Writing the DSPL XML definition into a file
outputfile <- tempfile()
print(mydspl, path=outputfile)
## End(Not run)
[Package googlePublicData version 0.16.1 Index]