mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
internalised the create_column function from datamods for ui modifications - all variable icons are the same throughout now - added custom css
This commit is contained in:
parent
e3017458dd
commit
6a43ba7b5b
12 changed files with 1322 additions and 23 deletions
9
R/html_dependency_freesearchr.R
Normal file
9
R/html_dependency_freesearchr.R
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
html_dependency_FreesearchR <- function() {
|
||||
htmltools::htmlDependency(
|
||||
name = "FreesearchR",
|
||||
version = packageVersion("FreesearchR"),
|
||||
src = list(href = "FreesearchR", file = "assets"),
|
||||
package = "FreesearchR",
|
||||
stylesheet = "css/FreesearchR.css"
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue