join#
- geetools.ListAccessor.join(separator=', ')#
Format a list to a string.
Same as the join method but elements that cannot be stringified will be returned as the object type.
- Parameters:
- Returns:
A string with the list elements separated by commas.
- Return type:
ee.string
Examples