Skip to content
Snippets Groups Projects
Commit ffee3a02 authored by jml's avatar jml
Browse files

change function name combine() into bind_cols_fts()

parent 2cdecd50
No related branches found
No related tags found
No related merge requests found
#' combine
#' bind_cols_fts
#' combine
#' bind_cols_fts
#' @param ... friendlyts data.frame
#' @param precision precision
#' @param CHECKNAS CHECKNAS
......@@ -9,9 +9,9 @@
#' @export
#' @examples
#' \dontrun{
#' combine()
#' bind_cols_fts()
#' }
combine <- function(...,precision,CHECKNAS=TRUE){
bind_cols_fts <- function(...,precision,CHECKNAS=TRUE){
dataset <- list(...)
test <- lapply(dataset,function(x) inherits(x,"tbl_friendlyts"))
......
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/combine.R
\name{combine}
\alias{combine}
\title{combine
combine}
% Please edit documentation in R/bind_cols_fts.R
\name{bind_cols_fts}
\alias{bind_cols_fts}
\title{bind_cols_fts
bind_cols_fts}
\usage{
combine(..., precision, CHECKNAS = TRUE)
bind_cols_fts(..., precision, CHECKNAS = TRUE)
}
\arguments{
\item{...}{friendlyts data.frame}
......@@ -15,12 +15,12 @@ combine(..., precision, CHECKNAS = TRUE)
\item{CHECKNAS}{CHECKNAS}
}
\description{
combine
combine
bind_cols_fts
bind_cols_fts
}
\examples{
\dontrun{
combine()
bind_cols_fts()
}
}
\keyword{friendlyts}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment