Learn R Programming

rplos (version 1.0.0)

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
# NOT RUN {
out <- highplos(q='alcohol', hl.fl = 'abstract', rows=10)
highbrow(out)

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

Run the code above in your browser using DataLab