getProduct() # list available products
# or use regular expression style
getProduct("M.D11C3")
getProduct("M*D11C")
# or get information about specific product
internal_info <- getProduct("MOD11C3", quiet = TRUE)
internal_info
# or use a valid filename
fileinfo <- getProduct("MYD11A1.A2009001.h18v04.006.2015363221538.hdf")
fileinfo
Run the code above in your browser using DataLab