Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake hist.formula() and summarize.formula() work with characters on RHS #35
Comments
|
Will be in v0.8.19. |
Force
hist.formula()andsummarize.formula()to coerce character variables on the RHS of the formula into factors, with a warning, rather than stopping with an error. This will help deal with issues related to usingread_csv()or usingstringsAsFactors=FALSE.