getFormat-methods: LegiScan Accessor Methods - getFormat

Description Usage Arguments Value See Also Examples

Description

Generic accessor method retrieving the format slot of a LegiScan class object

Accessor method for the format slot of the LegiScan class object

Usage

1
2
3
4
getFormat(legiscan)

## S4 method for signature 'LegiScan'
getFormat(legiscan)

Arguments

legiscan

An object of class LegiScan

Value

Returns the value stored in format slot of the LegiScan object

See Also

Other LegiScan Accessor Generics: getAPI, getAPI,LegiScan-method, getAPI,LegiScan-methods; getUrl, getUrl,LegiScan-method, getUrl,LegiScan-methods

Other LegiScan Accessor Methods: getAPI, getAPI,LegiScan-method, getAPI,LegiScan-methods; getUrl, getUrl,LegiScan-method, getUrl,LegiScan-methods

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Create object of class LegiScan
myLegiScan <- legiscanR()

# Retrieve the
getFormat(myLegiScan)

## End(Not run)

wbuchanan/legiscanR documentation built on May 4, 2019, 2:01 a.m.