RC.browse {RC}R Documentation

View computation in a web browser

Description

Opens a web browser and fetches the web page that contains the snapshot of the statistical computation. The web page is openen through a secure callback mechanism which ensures that the content is shown within the www.wessa.net website. This effectively avoids any browser (such as IE 8) from (falsely) complaining about cross-site scripting when the statistical computation is reproduced.

Usage

RC.browse(url)

Arguments

url The URL of the statistical computation.

Details

To use this function you need to specify a valid URL that identifies a statistical computation. The easiest way to obtain such an URL is through the RC.ls() function (see example).

Examples

#search for all computations with the 'AS2009' keyword
#r <- RC.ls(keyword="AS2009")
#view the second computation from the list
#RC.browse(r$url[2])
#a browser window will be opened which displays the snapshot of the 
#statistical computation

[Package RC version 1.0.1.27 Index]