1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-13 01:51:52 +02:00

add clipboard functions again

This commit is contained in:
2018-06-27 15:54:56 +02:00
parent dab085d7ad
commit 649a8025aa
10 changed files with 358 additions and 2 deletions

View File

@ -3,6 +3,7 @@
* Function `top_freq` function to get the top/below *n* items of frequency tables
* Vignette about frequency tables
* Possibility to globally set the default for the amount of items to print in frequency tables (`freq` function), with `options(max.print.freq = n)`
* Functions `clipboard_import` and `clipboard_export` as helper functions to quickly copy and paste from/to software like Excel and SPSS
#### Changed
* Renamed `toConsole` parameter of `freq` function to `as.data.frame`