Closed Nova-Scotia closed 6 years ago
@Nova-Scotia Sorry for the late reply, looking into this right now.
@Nova-Scotia Should be fixed now. It was due to the search term "Arm*" returning no results. Now if a search term returns no results, you will receive a message saying so.
Hi Ryan,
I tried the following code and it worked just fine:
my_stations <- ki_station_list(hub = 'swmc', search_term = "A*")
but the modified codemy_stations <- ki_station_list(hub = 'swmc', search_term = "Arm*")
returned the error,Error in json_content[1, ] : incorrect number of dimensions
.