DataCombine icon indicating copy to clipboard operation
DataCombine copied to clipboard

R tools for combining data sets.

Results 4 DataCombine issues
Sort by recently updated
recently updated
newest added

In ubuntu 22.04 with a fresh R 4.3.2 installation, I got this warning after invoking slide(): Lagging cycle by 1 time units. Warning message: `group_by_()` was deprecated in dplyr 0.7.0....

While using slide() I received the following notice: Warning message: `group_by_()` was deprecated in dplyr 0.7.0. ℹ Please use `group_by()` instead. ℹ See vignette('programming') for more help ℹ The deprecated...

tmp_store_test before tmp_store_test store_code sale_date day_of_week_ori payment_amount is_vacation 32 100000022 2019-10-14 1 10769.87 0 39 100000022 2019-10-21 1 10327.14 0 46 100000022 2019-10-28 1 9834.03 0 53 100000022 2019-11-04 1...

When applying InsertRow on a data frame containing a variable that is the result of scale(), its dimensions are increased, leading to possibly strange results. Example: ```library(DataCombine) test [1] 21...