highbrow: Browse highlighted fragments in your default browser.

Description Usage Arguments Examples

View source: R/highbrow.r

Description

Browse highlighted fragments in your default browser.

Usage

1
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

1
2
3
4
5
6
7
8
## Not run: 
out <- highplos(q='alcohol', hl.fl = 'abstract', rows=10)
highbrow(out)

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

## End(Not run)

rplos documentation built on Feb. 24, 2021, 1:06 a.m.