R/showInSlate.R

Defines functions slate

Documented in slate

slate =
function(id)    
{
    browseURL(paste0(RecordURL, "?id=", id))
}


getPageById =
    # Get the landing page from an applicant's id.
function(id, con = getConnection())
{
    url = RecordURL
    htmlParse(getForm(url, id = id, curl = con))
}
duncantl/RSlate documentation built on June 15, 2025, 7:35 a.m.