mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
adjusted split function
This commit is contained in:
parent
48f4d99429
commit
901864acff
3 changed files with 129 additions and 22 deletions
21
man/is_splittable.Rd
Normal file
21
man/is_splittable.Rd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/separate_string.R
|
||||
\name{is_splittable}
|
||||
\alias{is_splittable}
|
||||
\title{Determine if any variable in data frame character and contains recognized delimiters}
|
||||
\usage{
|
||||
is_splittable(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{vector or data.frame}
|
||||
}
|
||||
\value{
|
||||
logical
|
||||
}
|
||||
\description{
|
||||
Determine if any variable in data frame character and contains recognized delimiters
|
||||
}
|
||||
\examples{
|
||||
any(apply(mtcars, 2, is_splittable))
|
||||
is_splittable(mtcars)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue