Changelog
Source:NEWS.md
newdata 0.0.0.9019
Chore
- Use standalone purrr (#14).
Uncategorized
Fix bug in
new_data()
not returning all levels of factor.Update authors.
Adding obs_only = FALSE argument to new_seq.
Merge pull request #13 from poissonconsulting/f-new-style-fun.
Set character vectors to be all by default.
Drop new_seq default.
Character new value now uses most common min value.
Ordered behaves like integer.
Factor and character now takes first to last.
New seq character now has length out argument.
New_value.Date() returns integer date.
Switch to testthat 3.
Adding examples new_seq() and new_value().
Added examples
new_value()
.