Learn R Programming

briskaR (version 1.0.4)

brk_findIndexFD: find index

Description

find index

Usage

brk_findIndexFD(sf, key, value)

Arguments

sf

An object of class sf

key

character string. name of the column to select

value

value of the element to return index from the column defined by key

Value

vector if not all index are equal. scalar if all equal.