powered by
Browse highlighted fragments in your default browser.
highbrow(input = NULL, output = NULL, browse = TRUE)
Input, usually output from a call to highplos
highplos
Path and file name for output file. If NULL, a temp file is used.
Browse file in your default browse immediately after file creation. If FALSE, the file is written, but not opened.
# 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