I was trying to use this package and I noticed that there is no way to specify the output file name. It would be really helpful to have this feature because sometimes the default file name is not descriptive or not what I want to use.
I have made the necessary changes to the code to add this feature, and I will be submitting a pull request (therefore, please assign this to me) with the changes. However, I wanted to create this issue to keep track of the request and to see if there are any suggestions or feedback on the changes before I submit the PR.
Proposed Solution
I have added a new parameter to the function that allows the user to specify the output file name. The default behavior remains unchanged if the user does not specify a custom file name.
I was trying to use this package and I noticed that there is no way to specify the output file name. It would be really helpful to have this feature because sometimes the default file name is not descriptive or not what I want to use.
I have made the necessary changes to the code to add this feature, and I will be submitting a pull request (therefore, please assign this to me) with the changes. However, I wanted to create this issue to keep track of the request and to see if there are any suggestions or feedback on the changes before I submit the PR.
Proposed Solution
I have added a new parameter to the function that allows the user to specify the output file name. The default behavior remains unchanged if the user does not specify a custom file name.