NEWS.md
subtools
dependency that was experimentally supporting subtitle files (e.g., “.srt”; ”.vtt”; “.sub”; ”.ass”) in pick()
function.viewxl()
function.DocumentTermMatrix
and TermDocumentMatrix
class are now supported in viewxl()
function.pick()
using rmarkdown::render()
function.pick()
and picko()
functions now allow users to specify value-separator parameter using delim
option for *.csv
, *.csv2
, and *.tsv
files 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=" ")
readxl::read_excel()
for an Excel format within both pick()
and picko()
functions has been resolved; by default an Excel file with multiple sheets is returned as a list object when users have not passed any additional arguments.purrr
package has been added to the import package list to efficiently return multiple Excel sheets as a list of tibble; this way offers a better performance than the previous lapply()
mechanism.pick()
and picko()
functions.mode
option is specified in pick()
function has been resolved; Korean users now can use explicit Korean-included path/file in picko()
function as well.view()
function is now deprecated to avoid any collision with tibble::view()
function which has the same name; users are recommended to use viewxl()
function in the future instead.view()
and viewxl()
functions now return a tibble object reflecting users’ real-time manipulation done in Excel.view()
and viewxl()
functions have been fixed to process multiple sheets as a list object.mbox
file format is now supported in both pick()
and picko()
functions using mboxr::read_mbox()
function under the hood.picko()
has been added to assist Korean R users in importing Korean-included path/to/file
as an alternative of pick()
function; other non-Korean R users can still employ the existing pick()
function.pick()
and picko()
functions now automatically return an Excel file that contains more than one sheet as a list of each Work Sheet (Thanks hyun seung Lee for the suggestion via email).view()
function now internally employs writexl::write_xlsx()
function instead of readr::write_csv()
to create Microsoft Excel file to provide users with a stable encoding consistency; since this change, mode
option of the view()
function has been removed.table
class is now supported in view()
function by automatically converting it into data.frame class.picko()
function when interacting with Korean-included dataset.mode
argument has been added to pick()
function to accommodate Korean R users’ needs in terms of R session locale and encoding to Korean. Available values include “ko1” for “CP949” and “ko2” for “UTF-8” while both change R locale into Korean.view()
function has been newly added to provide R beginners with a convenient way to place their data in a spread sheet application.interactive()
condition is added to the pick()
example to avoid any error when called in a non-interactive testing environment.pick()
function.