Office.getTypes: Get all office types tracked

Description Usage Value Author(s) References Examples

Description

This function is a wrapper for the Office.getTypes() method of the PVS API Office class which grabs a list of office types Project Vote Smart keeps track of.

Usage

1

Value

A data frame with rows for each office type and columns with the following variables describing the office type:
officeTypes.type*.officeTypeId,
officeTypes.type*.officeLevelId,
officeTypes.type*.officeBranchId,
officeTypes.type*.name.

Author(s)

Ulrich Matter <ulrich.matter-at-unibas.ch>

References

http://api.votesmart.org/docs/Office.html

Examples

1
2
3
4
5
# First, make sure your personal PVS API key is saved as character string in the pvs.key variable:
## Not run: pvs.key <- "yourkey"
# get all office types tracked
## Not run: officetypes <- Office.getTypes()
## Not run: officetypes

pvsR documentation built on May 2, 2019, 5:16 a.m.

Related to Office.getTypes in pvsR...