Recent Releases of joyn
joyn - joyn 0.2.4
Improve displaying messages. Now, they are clickable.
Improve algorithm to find variables that work as possible IDs see
possible_ids().Improve algorithm in
is_id()andfreq_table().
- R
Published by randrescastaneda about 1 year ago
joyn - joyn 0.2.3
- Fix bug where the left join did not work when updating values and a full join was maintained.
- R
Published by randrescastaneda over 1 year ago
joyn - joyn 0.2.0
joyn has gained two new authors: Zander Prinsloo and Rossana Tatulli.
Breaking changes
Function
joyn::merge()was replaced byjoyn::joyn(). This is now the main function of thejoynpackage.Arguments
allow.cartesian,yvars, andkeep_y_in_xhave been deprecated. The latter two have been replaced byy_vars_to_keepandkeep_common_vars, respectively. The new argument names bring more clarity about what they arguments do.
New features
New function
joyn::merge()works as a mask for thebase::merge()ordata.table::merge.data.table().joyn::merge()has the same features as the previous two, but includes the features ofjoyn::joyn().Messages style have been improved and categorized. See message vignette for more information.
New functions to mimic dplyr joins. The
joynvariants have all the features forjoyn::joyn()but lack some of the most advance features ofdplyrjoins likejoyn::join_by()
Minor improvements and fixes
- Minor inconsistency bugs were fixed.
- R
Published by randrescastaneda almost 2 years ago
joyn - Add auxiliary functions and fix bugs
joyn 0.1.3
- Convert internal data to external data.
joyn 0.1.2
- Add function
possible_ids()to identify what variables are suitable for uniquely identify the database.
joyn 0.1.1
Add function
is_id()to check whether the table is uniquely identified by key variablesAdd function
freq_table()as a substitute for janitor::tabyl. This makes it more convenient for users who do not have janitor installed.
joyn 0.1.0
Fix bug on by argument when using "=" or "==".
joyn 0.0.1
First Public release
- R
Published by randrescastaneda almost 5 years ago
joyn - auxiliary functions
Add function
is_id()to check whether the table is uniquely identified by key variablesAdd function
freq_table()as a substitute for janitor::tabyl. This makes it more convenient for users who do not have janitor installed.
- R
Published by randrescastaneda almost 5 years ago
joyn - Add auxiliary functions
Add is_id() and freq_table() functions
- R
Published by randrescastaneda almost 5 years ago