Jake
Jake
I'm also looking for this...
It'd be nice to have a few options to sort the layout: * **Alphabetical** (as-is) * By **flatness** (2nd chart) I'm not sure how to prioritize this but visually I...
I did some exploring and the functions get flagged as "symbol" when called this way. I tried a few approaches but nothing was robust and I wanted to jot down...
**Do you need the whole exprs |> as.character |> parse ... or would it just work using** Even though it is right-assigned `min(1:10) -> a`, R interprets it as `a...
@pwildenhain I keep getting these messages when running `pkgdown::build_site()`. Any ideas? PR #100 ``` Reading 'man/headline.Rd' Unknown tag: UNKNOWN/tag ``` ``` In tools::parse_Rd(path, macros = macros, encoding = "UTF-8") :...
Yikes, sorry for the headache. I'll get on it this week.
I'm happy to make a change but I am not fully following the suggestion. I am using `style_text()` only and it is in the code like this: >  Is...
I would also like this feature. I can only seem to make it work inside `summarise()` + `unnest()` ```r library(tidyverse) library(rstatix) diamonds |> summarise(pval = chisq_test(cut, clarity)) |> unnest(pval) #...
@LGraz nice suggestion. This works in the terminal but not in the console unfortunately Terminal:  Console: 
@juliasilge I'm using Windows 10 and seeing this behavior. Am I misunderstanding your note about Linux-only?