Added translated function + unit tests
This commit is contained in:
parent
2f6ad882a9
commit
4810df7fb9
3 changed files with 64 additions and 0 deletions
19
man/strcmp.Rd
Normal file
19
man/strcmp.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/strcmp.R
|
||||
\name{strcmp}
|
||||
\alias{strcmp}
|
||||
\title{Compare two character elements}
|
||||
\usage{
|
||||
strcmp(s1, s2)
|
||||
}
|
||||
\arguments{
|
||||
\item{s1}{first character element (string, vector or matrix)}
|
||||
|
||||
\item{s2}{second character element (string, vector or matrix)}
|
||||
}
|
||||
\value{
|
||||
a logical element of the same type as the input
|
||||
}
|
||||
\description{
|
||||
Logical test if two character elements are identical
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue