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: falseprint("message")[1] "message"
# "Error"
stop("error")Error in eval(expr, envir, enclos): error
# "Warning"
warning("message")Warning: message
collapse: trueprint("message")
## [1] "message"# "Error"
stop("error")
## Error in eval(expr, envir, enclos): error# "Warning"
warning("message")
## Warning: messagelibrary(package)
package::my_function()
package:::my_secret_function()
package::my_function
package:::my_secret_functionmy_function(x, argument = "value")x
x2
x_2'string'
"string"
"newline\n and escaped slash \\"1234567891.23456789TRUE
FALSE
NA
NA_character_
NA_complex_
NA_integer_
NA_real_
NaN
Inf
-Inf
NULLfunction(x) return(x)
for (x in 1:10) print(x)
while (x < 1) print(x)x <- 1package::my_function
TRUE | T
FALSE || F
y ~ x + (1 | z:w)
1L + 1L %% 2 == 0
1.0 * 1.0 / 1.0
+10 ^ 2 ** 2
-2 - 4i
x %>% print()
x |> print()
x$y# 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↩︎