Description Usage Arguments Value
convert
turns a function to convert an item present in list1
to
the same index position in list2
. For example, if list1
contains
("New York", "Paris", "Tokyo") and list2
contains ("United States", "France",
"Japan"), then the function produced will convert city names to country names.
1 | convert(list1, list2)
|
list1 |
A list of items which can be converted. |
list2 |
A list of items to be converted two. Both |
A function which can convert objects in list1
to objects in list2
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.