# NOT RUN {
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
# }
Run the code above in your browser using DataLab