mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 20:00:22 +01:00
21 lines
379 B
Plaintext
21 lines
379 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/col_num.R
|
||
|
\name{col_num}
|
||
|
\alias{col_num}
|
||
|
\title{Formatting multiple columns as numeric}
|
||
|
\usage{
|
||
|
col_num(string, data)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{string}{Columnnames containg strings.}
|
||
|
|
||
|
\item{data}{Dataframe}
|
||
|
}
|
||
|
\description{
|
||
|
Depending on dply's contains()-function.
|
||
|
}
|
||
|
\examples{
|
||
|
col_num()
|
||
|
}
|
||
|
\keyword{numeric}
|