Movatterモバイル変換
[0]ホーム
Version 2023.4.25
apply_fn_via_hash_table extracts the unique inputvalues, applies the given function to it to create a hash table(containing unique input/output combinations), and then matches theoriginal input to the hash table to obtain the desired output. This candramatically speed up computation if there is a lot of data and alimited amount of unique values.
Version 2022.6.20
- Submitted to CRAN
- Added additional documentation.
Version 2022.6.8
- Submitted to CRAN
- all_list_elements_null_or_df renamed tois_all_list_elements_null_or_df
- all_list_elements_null_or_list renamed tois_all_list_elements_null_or_list
- all_list_elements_null_or_fully_named_list renamed tois_all_list_elements_null_or_fully_named_list
- split_equal renamed to easy_split
Version 2022.4.28
- split_equal (Split a vector into a list with equal sizedelements)
- is_fully_named_list (Is this a fully named list?)
- all_list_elements_null_or_df (Are all elements in a list null ordata.frames?)
- all_list_elements_null_or_list (Are all elements in a list null orlists?)
- all_list_elements_null_or_fully_named_list (Are all elements in alist null or fully named lists?)
- unnest_dfs_within_fully_named_list (Unnest data.frames within fullynamed list)
[8]ページ先頭