mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
This commit is contained in:
parent
5dd043bb0b
commit
7be755838e
5 changed files with 3 additions and 1 deletions
BIN
favicon.png
BIN
favicon.png
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
|
@ -9681,6 +9681,7 @@ ui <- bslib::page_fixed(
|
||||||
shiny::tags$head(
|
shiny::tags$head(
|
||||||
includeHTML(("www/umami-app.html")),
|
includeHTML(("www/umami-app.html")),
|
||||||
tags$link(rel = "stylesheet", type = "text/css", href = "style.css")),
|
tags$link(rel = "stylesheet", type = "text/css", href = "style.css")),
|
||||||
|
tags$head(tags$link(rel="shortcut icon", href="favicon.svg")),
|
||||||
title = "FreesearchR",
|
title = "FreesearchR",
|
||||||
theme = light,
|
theme = light,
|
||||||
shiny::useBusyIndicators(),
|
shiny::useBusyIndicators(),
|
||||||
|
|
|
@ -514,6 +514,7 @@ ui <- bslib::page_fixed(
|
||||||
shiny::tags$head(
|
shiny::tags$head(
|
||||||
includeHTML(("www/umami-app.html")),
|
includeHTML(("www/umami-app.html")),
|
||||||
tags$link(rel = "stylesheet", type = "text/css", href = "style.css")),
|
tags$link(rel = "stylesheet", type = "text/css", href = "style.css")),
|
||||||
|
tags$head(tags$link(rel="shortcut icon", href="favicon.svg")),
|
||||||
title = "FreesearchR",
|
title = "FreesearchR",
|
||||||
theme = light,
|
theme = light,
|
||||||
shiny::useBusyIndicators(),
|
shiny::useBusyIndicators(),
|
||||||
|
|
BIN
inst/apps/FreesearchR/www/favicon.ico
Normal file → Executable file
BIN
inst/apps/FreesearchR/www/favicon.ico
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 15 KiB |
|
@ -12,7 +12,7 @@ Here is a brief summary of the functions:
|
||||||
|
|
||||||
1. Evaluate data using descriptive analyses methods and inspect cross-correlations
|
1. Evaluate data using descriptive analyses methods and inspect cross-correlations
|
||||||
|
|
||||||
1. Create simple, clean plots for data overview.
|
1. Create and export simple, clean plots for data overview and insights.
|
||||||
|
|
||||||
1. Create regression models for even more advanced data analyses
|
1. Create regression models for even more advanced data analyses
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue