Body Text
Normal text
Bold text
italics
strikethrough
Footnotes1
inline code
This is a template for testing the Quarto LCARS theme
Normal text
Bold text
italics
strikethrough
Footnotes1
inline code
Dorothy followed her through many of the beautiful rooms in her castle.
class="vr"
class="dr"
collapse: false
print("message")
[1] "message"
# "Error"
stop("error")
Error in eval(expr, envir, enclos): error
# "Warning"
warning("message")
Warning: message
collapse: true
print("message")
## [1] "message"
# "Error"
stop("error")
## Error in eval(expr, envir, enclos): error
# "Warning"
warning("message")
## Warning: message
library(package)
::my_function()
package:::my_secret_function()
package::my_function
package:::my_secret_function package
my_function(x, argument = "value")
x
x2 x_2
'string'
"string"
"newline\n and escaped slash \\"
123456789
1.23456789
TRUE
FALSE
NA
NA_character_
NA_complex_
NA_integer_
NA_real_
NaN
Inf
-Inf
NULL
function(x) return(x)
for (x in 1:10) print(x)
while (x < 1) print(x)
<- 1 x
::my_function
packageTRUE | T
FALSE || F
~ x + (1 | z:w)
y + 1L %% 2 == 0
1L 1.0 * 1.0 / 1.0
+10 ^ 2 ** 2
-2 - 4i
%>% print()
x |> print()
x $y x
# Seemingly unused by R:
# - "SpecialString"
# - "Annotation"
# - "Keyword"
# - "DataType"
# - "BaseN"
Class | Heading | Heading |
---|---|---|
Default | Cell | Cell |
Primary | Cell | Cell |
Secondary | Cell | Cell |
Success | Cell | Cell |
Danger | Cell | Cell |
Warning | Cell | Cell |
Info | Cell | Cell |
Light | Cell | Cell |
Dark | Cell | Cell |
Note that there are five types of callouts, including: note
, tip
, warning
, caution
, and important
.
Callouts provide a simple way to attract attention, for example, to this warning.
Danger, callouts will really improve your writing.
This is an example of a callout with a caption.
This is an example of a ‘collapsed’ caution callout that can be expanded by the user. You can use collapse="true"
to collapse it by default or collapse="false"
to make a collapsible callout that is expanded by default.
Using callouts is an effective way to highlight content that your reader give special consideration or attention.
Callouts provide a simple way to attract attention, for example, to this warning.
Danger, callouts will really improve your writing.
This is an example of a callout with a caption.
This is an example of a ‘collapsed’ caution callout that can be expanded by the user. You can use collapse="true"
to collapse it by default or collapse="false"
to make a collapsible callout that is expanded by default.
Some quick example text to build on the card title and make up the bulk of the card's content.
Footnote↩︎