Added translated function + unit tests

This commit is contained in:
Waldir Leoncio 2020-03-03 13:51:04 +01:00
parent 2f6ad882a9
commit 4810df7fb9
3 changed files with 64 additions and 0 deletions

19
man/strcmp.Rd Normal file
View 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
}