Releases: jooyoungseo/ezpickr
Releases · jooyoungseo/ezpickr
ezpickr 2.1.0
- To follow the CRAN policy, removed the GitHub
subtoolsdependency that was experimentally supporting subtitle files (e.g., ".srt"; ".vtt"; ".sub"; ".ass") inpick()function. - Nested data.frame objects alike are unnested in
viewxl()function. - Cleaned up source code indents for better readability.
- Reduced package title less than 65 characters.
ezpickr 2.0.0
readrhas been replaced withvroompackage for a better performance.- Supported "*.R" file in
pick()function. - Package startup message has been removed.
view()function, which has been deprecated, has been removed (please useviewxl()moving forward).
v1.2.0
ezpickr 1.2.0
DocumentTermMatrixandTermDocumentMatrixclass are now supported inviewxl()function.
ezpickr 1.1.0
ezpickr 1.1.0
- "*.Rmd" file format is now supported in
pick()usingrmarkdown::render()function.
ezpickr 1.0.5
ezpickr 1.0.5
pick()andpicko()functions now allow users to specify value-separator parameter usingdelimoption for*.csv,*.csv2, and*.tsvfiles when the expected delimitters are not used. For example, in any event your csv file is separating each value using whitespace instead of comma(,) do the following:
data <- pick(delim=" ")