Description Usage Arguments Value Examples
View source: R/f0.rbsb1.code.r
Returns the positions of identifiers. From a reference set of
identifiers returns the positions of some of them. If they don't
belong to the list, an error is issued according to strict. If
there are repetitions an error is issued or not according to
repe.
1 |
qui |
Identifiers the position of them is looked for. Must be a character or a numeric. |
dans |
The ordered vector of all identifiers. Must be a character or a numeric. |
strict |
Must |
repe |
Are repeatitions allowed? |
A numeric vector of the positions. It is named with the identifiers.
When the identifier does not belong to the list and strict is
FALSE, NA values are returned.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.