Learn R Programming

RWsearch (version 4.6)

h_R: Open a Web Page in the Browser

Description

h_R opens the page https://www.r-project.org.

h_cran opens the page of you local CRAN.

h_crandate opens the page of CRAN packages sorted by date of publication.

h_crantv opens the page of CRAN task views.

h_cranberries, h_nabble, h_rbloggers, h_rdoc, h_rdoctv (RDocumentation), h_rdrr, h_rseek open the pages of web sites related to R.

h_gepuro lists all (most) R packages available on GitHub.

Usage

h_R()

h_cran(repos = getOption("repos")[1])

h_cranbydate(repos = getOption("repos")[1])

h_cranbyname(repos = getOption("repos")[1])

h_crantv(repos = getOption("repos")[1])

h_cranberries()

h_gepuro()

h_nabble(..., char = NULL)

h_rbloggers(..., char = NULL)

h_rdoc(..., char = NULL)

h_rdoctv(..., char = NULL)

h_rdrr(..., char = NULL)

h_rseek(..., char = NULL)

Arguments

repos

character. The address of your local CRAN.

...

any format recognized by cnsc, except list. A regular web address.

char

(name to) a character vector. Use this argument if ... fails or if you call the function from another function.

Examples

Run this code
# NOT RUN {
h_cranbydate()
h_cranberries()
# }

Run the code above in your browser using DataLab