dsplMethods: Print and summarize dspl objects

Description Usage Arguments Value Author(s) See Also Examples

Description

Methods to print and summarize dspl class objects

Usage

1
2
3
4
5
6
  
  ## S3 method for class 'dspl'
print(x, path=NULL, replace=F, ...)
  
  ## S3 method for class 'dspl'
summary(object, ...)

Arguments

x

An object of class dspl to be printed.

object

An object of class dspl to be summarized.

path

String. Output path where to save the XML DSPL file.

replace

Logical. If path exists, TRUE would replace the file.

...

arguments passed on to cat (print.dspl)

Value

print.dspl

None (invisible NULL).

summary.dspl

Returns the class attributes and a list containing as defined by dspl function. For more information see its value section.

Author(s)

George Vega Yon george.vega@nodoschile.org

See Also

See also dspl

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
  ## Not run: 
    # Parsing some xlsx files at "my stats folder"
    mydspl <- dspl(path="my stats folder/", ext="xls")
    
    # Checking the summary of the data bundle
    summary(mydspl)
    
    # Writing the DSPL XML definition into a file
    print(mydspl, path="my stats folder/mydspl.xml")
    
  
## End(Not run)

briatte/rdspl documentation built on May 13, 2019, 7:43 a.m.