Learn R Programming

rcongresso (version 0.4.6)

fetch_relacionadas: Fetches all propositions related to a proposition

Description

Returns all propositions related to a proposition by its id.

Usage

fetch_relacionadas(id_prop)

Arguments

id_prop

Proposition's ID

Value

Dataframe containing all the related propositions.

See Also

fetch_id_proposicao

Examples

Run this code
# NOT RUN {
relacionadas_pec241 <- fetch_relacionadas(2088351)
# }

Run the code above in your browser using DataLab