The following code works for me
My_Data <- GET(url = "https://api.census.gov/data/timeseries/intltrade/exports/hs?get=CTY_CODE,CTY_NAME,ALL_VAL_MO&key=my_autho_key&YEAR=2017&MONTH=04")
I was wondering if there is anyway to acquire the above data by using the query = list in the GET() function. Any help or guidance would be appreciated.
Thanks, M