congress_years.Rd
congress_years(congress)
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (congress)
{
years <- c(congress * 2 + 1787, congress * 2 + 1788)
return(years)
}
#> function (congress)
#> {
#> years <- c(congress * 2 + 1787, congress * 2 + 1788)
#> return(years)
#> }
#> <environment: 0x13a535ab8>