Learn R Programming

jrc (version 0.2.1)

getPage: Get opened page

Description

Checks if there is a currently opened page. If so, returns an object with all the information about the current session.

Usage

getPage()

Arguments

Value

page-handling object if there is a currently opened jrc page, NULL otherwise.

Details

TO DO: Do we really need this function?