Apply Mapping Functions in Frequent Saving


[Up] [Top]

Documentation for package ‘currr’ version 0.1.2

Help Pages

cp_map Wrapper function of 'purrr::map'. Apply a function to each element of a vector, but save the intermediate data after a given number of iterations.
cp_map_chr Wrapper function of 'purrr::map'. Apply a function to each element of a vector, but save the intermediate data after a given number of iterations.
cp_map_dbl Wrapper function of 'purrr::map'. Apply a function to each element of a vector, but save the intermediate data after a given number of iterations.
cp_map_dfc Wrapper function of 'purrr::map'. Apply a function to each element of a vector, but save the intermediate data after a given number of iterations.
cp_map_dfr Wrapper function of 'purrr::map'. Apply a function to each element of a vector, but save the intermediate data after a given number of iterations.
cp_map_lgl Wrapper function of 'purrr::map'. Apply a function to each element of a vector, but save the intermediate data after a given number of iterations.
remove_currr_cache Remove currr's intermediate data from the folder.
saving_map Run a map with the function, but saves after a given number of execution. This is an internal function, you are not supposed to use it manually, but can call for background job inly if exported.
saving_map_nodot Run a map with the function, but saves after a given number of execution. This is an internal function, you are not supposed to use it manually, but can call for background job only if exported. This function differs from saving_map, since it does not have a ... input. This is neccessary because job::job fails if ... is not provided for the cp_map call.