Skip to content
Snippets Groups Projects
Commit 81fdd970 authored by Holger Brandl's avatar Holger Brandl
Browse files

added spinning report

parent 8c1ed2b3
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment