Description Usage Arguments Value Examples
It acts similiarly to Excel's FIND function. It finds the starting point of the string where it matches your find_text value.
1 | FIND(find_text, within_text)
|
find_text |
Find the text in the text. |
within_text |
Where should the function find the text. |
in this example we try to find on which place does CRAN start. Function will always return numeric class.
1 | FIND("CRAN","I LOVE CRAN")
|
[1] 8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.