# Look at all palette options by calling the function without specifying arguments
lterpalettefinder::palette_find()
# What if our query returns NO options?
palette_find(name = "no such name")
# What if our query returns MULTIPLE options?
palette_find(site = "sbc")
# What if our query returns JUST ONE option? (this is desirable)
palette_find(name = "salamander")
Run the code above in your browser using DataLab