1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 03:22:00 +02:00

(v1.3.0.9014) as.mo() speed improvement

This commit is contained in:
2020-09-03 12:31:48 +02:00
parent 18e52f2725
commit c4b87fe241
93 changed files with 739 additions and 609 deletions

View File

@ -3,7 +3,7 @@ title: "Data sets for download / own use"
output:
rmarkdown::html_vignette:
toc: true
toc_depth: 2
toc_depth: 1
vignette: >
%\VignetteIndexEntry{Data sets for download / own use}
%\VignetteEncoding{UTF-8}
@ -52,7 +52,7 @@ download_txt <- function(filename) {
excel <- paste0(filename, ".xlsx")
create_txt <- function(filename, type) {
paste0('<a class="dataset-download-button" href="', github_base, filename, '" target="_blank">',
'<img src="download_', type, '.png" height="70px" title="', file_size(filename), '">',
'<img src="download_', type, '.png" width="50px" title="', file_size(filename), '">',
'</a>')
}