I know I had combined them together in the wrapper function for convenience. But I often want access to the raw data. So need to split these apart again.
This will be a fundamental restructuring of the functions, so should make it a proper release of the package, and then carefully update the code. This will be a breaking change.
Should also consider making some of the internal functions not accessible to the user.
URGENTLY need to separate the geographic masking from the rest of the network-creation steps. This is insanely slow right now because the masking happens over and over again. Aaaaargh!
I know I had combined them together in the wrapper function for convenience. But I often want access to the raw data. So need to split these apart again.
This will be a fundamental restructuring of the functions, so should make it a proper release of the package, and then carefully update the code. This will be a breaking change.
Should also consider making some of the internal functions not accessible to the user.