Closed krishnakeshav closed 1 year ago
i will leave this open until tomorrow in case you have any thoughts. @AaronPlex @GarrettLab
new function to set parameters. User can now provide their own copy of parameters with some_name.yaml
to the function and it will replace the contents of existing parameters.
>set_parameters(new_param_file)
unit test added.
renamed parameters based on #23 . Modified relevant tests and rebuilt package. Parameters can now be fetched by user using following function -
> geohabnet::get_parameters(iwindow = false, out_path = getwd())
Below is the documentation -