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
bf9b9e67
Commit
bf9b9e67
authored
Jan 19, 2018
by
Jean-Marie Lepioufle
Browse files
typo
parent
334e3999
Changes
4
Hide whitespace changes
Inline
Side-by-side
R/as_tbl_basic.R
View file @
bf9b9e67
...
...
@@ -4,7 +4,7 @@
#' as_tbl_basic
#' @param df data.frame
#' @param group group character
#' @keywords
diagn
r
#' @keywords
basic
r
#' @export
#' @examples
#' \dontrun{
...
...
R/plot.R
View file @
bf9b9e67
...
...
@@ -10,7 +10,7 @@
#' @param name name
#' @param width_mm width_mm
#' @param height_mm height_mm
#' @keywords
diagn
r
#' @keywords
basic
r
#' @export
#' @examples
#' \dontrun{
...
...
@@ -20,7 +20,7 @@ plot_tbl_basic <- function(x,dataset,target,group,path=NULL,name=NULL,width_mm=2
if
(
!
is.null
(
path
))
{
diagnrdir
<-
normalizePath
(
file.path
(
path
,
"
diagn
r"
,
"figures"
),
mustWork
=
FALSE
)
diagnrdir
<-
normalizePath
(
file.path
(
path
,
"
basic
r"
,
"figures"
),
mustWork
=
FALSE
)
dir.create
(
diagnrdir
,
showWarnings
=
FALSE
,
recursive
=
TRUE
)
if
(
is.null
(
name
))
{
...
...
man/as_tbl_basic.Rd
View file @
bf9b9e67
...
...
@@ -21,5 +21,5 @@ as_tbl_basic
as_tbl_basic()
}
}
\keyword{
diagn
r}
\keyword{
basic
r}
man/plot_tbl_basic.Rd
View file @
bf9b9e67
...
...
@@ -34,5 +34,5 @@ plot_tbl_basic
plot_tbl_basic()
}
}
\keyword{
diagn
r}
\keyword{
basic
r}
Write
Preview
Supports
Markdown
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