Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
friendlyts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RfriendlyTS
friendlyts
Commits
ffee3a02
Commit
ffee3a02
authored
6 years ago
by
jml
Browse files
Options
Downloads
Patches
Plain Diff
change function name combine() into bind_cols_fts()
parent
2cdecd50
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
R/bind_cols_fts.R
+4
-4
4 additions, 4 deletions
R/bind_cols_fts.R
man/bind_cols_fts.Rd
+9
-9
9 additions, 9 deletions
man/bind_cols_fts.Rd
with
13 additions
and
13 deletions
R/
combine
.R
→
R/
bind_cols_fts
.R
+
4
−
4
View file @
ffee3a02
#'
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"
))
...
...
This diff is collapsed.
Click to expand it.
man/
combine
.Rd
→
man/
bind_cols_fts
.Rd
+
9
−
9
View file @
ffee3a02
% 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}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment