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:
@ -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>')
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user