Learn R Programming

rplos (version 0.4.1)

highbrow: Browse highlighted fragments in your default browser.

Description

Browse highlighted fragments in your default browser.

Usage

highbrow(input = NULL, output = NULL, browse = TRUE)

Arguments

input
Input, usually output from a call to highplos
output
Path and file name for output file. If NULL, a temp file is used.
browse
Browse file in your default browse immediately after file creation. If FALSE, the file is written, but not opened.

Examples

Run this code
out <- highplos(q='alcohol', hl.fl = 'abstract', rows=10)
highbrow(out)

out <- highplos(q='alcohol', hl.fl = 'abstract', rows=1200)
highbrow(out)

Run the code above in your browser using DataLab