speech_view: View control speech

View source: R/speech_view.R

speech_viewR Documentation

View control speech

Description

Allows to see the legislators' names with problems prior to compiling the data.

Usage

speech_view(tidy_speech, legis = character(), view = FALSE)

Arguments

tidy_speech

data.frame class puy.

legis

name of the legislator.

view

logical. If TRUE View displays datasets containing legislators' interventions (legis). By default is FALSE.

Value

data.frame.

Examples


# url <- "http://bit.ly/35AUVF4"
# out <- speech_build(file = url)
# speech_view(tidy_speech = out, legis = c("ABDALA", "LAZO"), view = FALSE)


speech documentation built on Oct. 4, 2022, 1:07 a.m.