powered by
It acts similiarly to Excel's FIND function. It finds the starting point of the string where it matches your find_text value.
FIND(find_text, within_text)
Find the text in the 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.
# NOT RUN { FIND("CRAN","I LOVE CRAN") # }
Run the code above in your browser using DataLab