Description Usage Arguments Examples
View source: R/conv_quos_text.R
wandelt unterschiedliche Arten von Quotations in einen String um. Umgewandelt werden sowohl quos, ellipsis, normale quo und quo, denen ein Listelement uebergeben wird.
1 | conv_quos_text(qs)
|
qs |
mit ... uebergebene quos bzw. rlang::quos |
1 2 3 4 5 | conv_quos_text(rlang::quos(x,y,z))
conv_quos_text(rlang::quo(x))
conv_quos_text(rlang::quo(list(x,y,z)))
# Achtung: Operatoren werden nicht in String uebernommen
conv_quos_text(rlang::quo(x <- 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.