# \donttest{
# Load the default SHARK4R statistics file
try(stats <- load_shark4r_stats(verbose = FALSE))
if (exists("stats")) print(stats)
# Load a specific file
try(thresholds <- load_shark4r_stats("scientific_name.rds", verbose = FALSE))
if (exists("thresholds")) print(thresholds)
# }
Run the code above in your browser using DataLab