For interactive use in RStudio.
Examples
if (FALSE) {
# Highlight a text item below and press key-chord `ctrl + alt + shift + c`.
# To implement the key-chord in RStudio. Run [set_xlr_key_chords()].
# Note that setting [set_xlr_key_chords()] will restart the R session.
head(iris)
colours()
letters
dplyr::bind_cols(letters, LETTERS)
letters |> rlang::set_names(LETTERS)
# ragged list embedded tibbles should throw an error
enlist(head(iris),letters)
}