-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.qmd
More file actions
33 lines (27 loc) · 758 Bytes
/
software.qmd
File metadata and controls
33 lines (27 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "Programvara som använts"
title-block-banner: "#009ca6"
title-block-banner-color: "#FFFFFF"
format: html
execute:
echo: true
warning: false
message: false
cache: false
editor_options:
chunk_output_type: console
bibliography: grateful-refs.bib
---
## Lista på programvaror
```{r}
library(grateful)
library(formattable)
pkgs <- cite_packages(cite.tidyverse = TRUE,
output = "table",
bib.file = "grateful-refs.bib",
include.RStudio = TRUE,
out.dir = getwd())
formattable(pkgs,
table.attr = 'class=\"table table-striped\" style="font-size: 15px; font-family: Lato; width: 80%"')
```
## Referenser