export_results_log: Export results log

Description Usage Arguments Value

View source: R/admin.R

Description

This function exports a log of success and failures resulting from applying purrr's map functionality to iterate through a vector, applying a safe function using purrr's safely functionality

Usage

1
export_results_log(results, data_files, log_path)

Arguments

results

list, contains the errors created from purrr's safely function

data_files

vector, used to iterate through the safe function

log_path

character or path object, path where log file will be exported

Value

csv, export log as a csv file


jncc/article17 documentation built on Oct. 11, 2019, 6:15 a.m.