load_population: Load a population from file
Description
Loads a population that has previously been written to file.
Usage
load_population(file_name)
Arguments
file_name
Name of the file to save the population
Details
This function is a wrapper for readRDS
.