Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bioinfo
datautils
Commits
5051579b
Commit
5051579b
authored
Mar 18, 2016
by
Holger Brandl
Browse files
continued dist plots
parent
1ff1993d
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/core_commons.R
View file @
5051579b
...
...
@@ -156,6 +156,9 @@ set_names <- function(df, ...){
#iris %>% set_names("setosa", "hallo") %>% head
rify_names
<-
function
(
df
){
names
(
df
)
<-
names
(
df
)
%>%
str_replace_all
(
c
(
" "
=
"_"
,
"-"
=
"_"
));
df
}
head_html
<-
function
(
df
,
n
=
5
)
head
(
df
,
n
)
%>%
knitr
::
kable
(
format
=
"html"
)
%>%
print
()
print_head
<-
function
(
df
,
desc
=
NULL
){
...
...
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