Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rdiagnosis
basicr
Commits
7febf751
Commit
7febf751
authored
Feb 01, 2018
by
Jean-Marie Lepioufle
Browse files
typo
parent
f320b625
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/basicr.R
View file @
7febf751
...
...
@@ -24,6 +24,7 @@ basicr <- function(dataset,target,group="none"){
"MONTH"
=
dataset
%>%
group_by
(
MONTH
)
%>%
basic_
(
target
=
target
),
stop
(
"group not recognized"
))
class
(
res
)
<-
class
(
res
)[
-
which
(
class
(
res
)
==
"tbl_friendlyts"
)]
res
<-
as_tbl_basic
(
res
,
group
)
return
(
res
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment