Two addins that open the HTML TFL Specification Preview in the RStudio Viewer pane.
Details
tfl_spec_preview_selection()Evaluates the currently selected text in the source editor and, if the result is a
TFL_specobject, opens the HTML preview.tfl_spec_preview_prompt()Prompts for the name of an object in
.GlobalEnvand, if it is aTFL_spec, opens the HTML preview.
Both functions require RStudio (rstudioapi::isAvailable()).