# NOT RUN {
# Quosures are created with quo():
quo(foo)
is_quosure(quo(foo))
# Formulas look similar to quosures but are not quosures:
is_quosure(~foo)
# But they are quosureish:
is_quosureish(~foo)
# Note that two-sided formulas are never quosureish:
is_quosureish(a ~ b)
# }
Run the code above in your browser using DataLab