08:00
Session - Source and Visual views in RStudio
RStudio offers a code markdown view through Source
or a WYSIWYG (what you see is what you get) view through Visual
Visual
can be selected from the template wizard and the code:
will appear in the YAML so the .qmd will always open in Visual mode.
YAML intellisense
editor
in the YAML and there will be a prompt to finish the word:
prompt offers the options: visual
or source
This is an option that can be set with a Quarto template but also changed in Tools > Global Options > R Markdown > Visual tab
Introduction code
and add a small table.View Pane
.08:00