view_browser {tokenbrowser} | R Documentation |
View a browser (HTML) in the R viewer
Description
View a browser (HTML) in the R viewer
Usage
view_browser(url)
Arguments
url |
An URL, created with *_browser |
Examples
url = create_browser(sotu_data$tokens, sotu_data$meta, token_col = 'token', header = 'Speeches')
## the url
view_browser(url) ## view browser in the Viewer
[Package tokenbrowser version 0.1.5 Index]