FIND {ExcelFunctionsR} | R Documentation |
Basic FIND function from excel
Description
It acts similiarly to Excel's FIND function. It finds the starting point of the string where it matches your find_text value.
Usage
FIND(find_text, within_text)
Arguments
find_text |
Find the text in the text. |
within_text |
Where should the function find the text. |
Value
in this example we try to find on which place does CRAN start. Function will always return numeric class.
Examples
FIND("CRAN","I LOVE CRAN")
[Package ExcelFunctionsR version 0.1.4 Index]