highbrow: Browse highlighted fragments in your default browser.

View source: R/highbrow.r

highbrowR Documentation

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

## 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)

ropensci/rplos documentation built on Sept. 12, 2022, 2:10 p.m.