atorus-research / Tplyr

Home Page:https://atorus-research.github.io/Tplyr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in `f_str()` documentation on valid variables

mstackhouse opened this issue · comments

f_str() docs say 'variance' instead of 'var' for the variance summary in desc layers.

#' - `variance`

This should distinctly say var, not variance.

Well darn this appears in the vignette too:

`Variable Names` = c("n", "mean", "sd", "median", "variance", "min", "max", "iqr", "q1", "q3", "missing"),

@mstackhouse it seems like variance shows up in a lot of other files so I would like to read over the different files to see if there are instances where variance is meant to be used instead of var to make sure I don't accidently replace all of them if it's not applicable
variance

@sadchla-codes Only the ones I've noted in the issue need to be changed - so no other situations in that screenshot are problems. Thanks for the thorough investigation!

okay, got it!