Skip to content

Commit

Permalink
Commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
FerreiraAS committed Mar 14, 2024
1 parent c62a8cc commit e3be073
Show file tree
Hide file tree
Showing 10 changed files with 1,936 additions and 499 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,407 changes: 1,922 additions & 485 deletions docs/portfolio.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions portfolio.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ summ.table <-
colnames(summ.table) <- c("Item", "No.")
# print table
print(
kable(summ.table, align = c("l", rep(
kableExtra::kable(summ.table, align = c("l", rep(
"c", ncol(summ.table) - 2
), "r")) %>% kable_styling(
), "r")) %>% kableExtra::kable_styling(
bootstrap_options = c("striped", "hover", "condensed", "responsive"),
full_width = T,
position = "center"
Expand Down Expand Up @@ -242,9 +242,9 @@ rownames(summ.prod) <- c("Total", seq(max(paper.year), min(paper.year)))
# print table
print(
kable(summ.prod, align = c("l", rep(
kableExtra::kable(summ.prod, align = c("l", rep(
"c", ncol(summ.prod) - 1
), "r")) %>% kable_styling(
), "r"), escape = FALSE, format = "html") %>% kableExtra::kable_styling(
bootstrap_options = c("striped", "hover", "condensed", "responsive"),
full_width = T,
position = "center"
Expand Down Expand Up @@ -286,13 +286,13 @@ cat("#### **Artigos**", "\n", sep = "")
# print table
print(
kable(summ.table, align = c("l", rep(
kableExtra::kable(summ.table, align = c("l", rep(
"c", ncol(summ.table) - 2
), "r"), escape = F) %>% kable_styling(
), "r"), escape = FALSE, format = "html") %>% kableExtra::kable_styling(
bootstrap_options = c("striped", "hover", "condensed", "responsive"),
full_width = T,
position = "center"
) %>% scroll_box(width = "100%", height = "600px")
) %>% kableExtra::scroll_box(width = "100%", height = "600px")
)
cat('\n\n<!-- -->\n\n')
cat('\n\n<!-- -->\n\n')
Expand Down Expand Up @@ -383,9 +383,9 @@ rownames(summ.prod) <- c("Total", seq(max(paper.year), min(paper.year)))
# print table
print(
kable(summ.prod, align = c("l", rep(
kableExtra::kable(summ.prod, align = c("l", rep(
"c", ncol(summ.prod) - 1
), "r")) %>% kable_styling(
), "r"), escape = FALSE, format = "html") %>% kableExtra::kable_styling(
bootstrap_options = c("striped", "hover", "condensed", "responsive"),
full_width = T,
position = "center"
Expand Down Expand Up @@ -427,13 +427,13 @@ cat("#### **Capítulos**", "\n", sep = "")
# print table
print(
kable(summ.table, align = c("l", rep(
kableExtra::kable(summ.table, align = c("l", rep(
"c", ncol(summ.table) - 2
), "r"), escape = F) %>% kable_styling(
), "r"), escape = FALSE, format = "html") %>% kableExtra::kable_styling(
bootstrap_options = c("striped", "hover", "condensed", "responsive"),
full_width = T,
position = "center"
) %>% scroll_box(width = "100%", height = "600px")
) %>% kableExtra::scroll_box(width = "100%", height = "600px")
)
cat('\n\n<!-- -->\n\n')
cat('\n\n<!-- -->\n\n')
Expand Down Expand Up @@ -470,9 +470,9 @@ summ.table <-
colnames(summ.table) <- c("Item", "No.")
# print table
print(
kable(summ.table, align = c("l", rep(
kableExtra::kable(summ.table, align = c("l", rep(
"c", ncol(summ.table) - 2
), "r")) %>% kable_styling(
), "r"), escape = FALSE, format = "html") %>% kableExtra::kable_styling(
bootstrap_options = c("striped", "hover", "condensed", "responsive"),
full_width = T,
position = "center"
Expand Down

0 comments on commit e3be073

Please sign in to comment.