You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use the query_parameters function to learn about the parameters available within communities/temporal_apis. Currently, an error is produced when following the example code provided in the function documentation to fetch attribute information for all parameters:
nasapower::query_parameters(community = "ag", temporal_api = "hourly")
Error in nasapower::query_parameters(community = "ag", temporal_api = "hourly") :
argument "pars" is missing, with no default
I'm using:
OS: Windows 11
same behavior in R Versions 4.3.2 and 4.4.0
The text was updated successfully, but these errors were encountered:
Thanks for catching and reporting this! I'll push to CRAN shortly but you can install the version from GitHub if you would like to have access before it's on CRAN.
I am attempting to use the query_parameters function to learn about the parameters available within communities/temporal_apis. Currently, an error is produced when following the example code provided in the function documentation to fetch attribute information for all parameters:
I'm using:
The text was updated successfully, but these errors were encountered: