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
81fdd970
Commit
81fdd970
authored
Mar 24, 2015
by
Holger Brandl
Browse files
added spinning report
parent
8c1ed2b3
Changes
1
Show whitespace changes
Inline
Side-by-side
R/core_commons.R
View file @
81fdd970
...
...
@@ -126,6 +126,8 @@ set_names <- function(df, newnames){
}
head_html
<-
function
(
df
,
n
=
5
)
head
(
df
,
n
)
%>%
knitr
::
kable
(
format
=
"html"
)
%>%
print
()
print_head
<-
function
(
df
,
desc
=
NULL
){
print
(
head
(
df
))
print
(
nrow
(
df
))
...
...
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