List files in the output directory to glance at where the process is

check_output_dir(.mod, ...)

# S3 method for character
check_output_dir(.mod, ...)

# S3 method for bbi_nonmem_model
check_output_dir(.mod, ...)

Arguments

.mod

Either a bbi_{.model_type}_model object or a file path to an output directory

...

values to pass to fs::dir_ls

Methods (by class)

  • character: Takes a file path to the output directory.

  • bbi_nonmem_model: Takes a bbi_{.model_type}_model object.