version-update
version 1.5
date 2020-09-17
- add rep_n() and rep_character() to rep each inner elements in vectors
- add Apriori.Basket() to create basket format data for apriori analysis
- add as.data.frame() to transform rules to dataframe for apriori analysis
version 1.4
date: 2020-07-27
- add numeric.nms(), factor.nms(), character.nms(), and name.n() to get numeric names, factor names, character names and names with unique number values n.
- add model.data() to extract data from model
- add dump.it() to make dump variable names
version 1.3
date: 2020-06-30
- simplify codes in Replace_ex() function.
- add join_inner(), join_full(), join_left(), join_right(), join_out()