mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@0d9ad7457e 🚀
This commit is contained in:
parent
3a2ff7ad83
commit
82138acb05
178 changed files with 1353 additions and 1248 deletions
|
|
@ -23,281 +23,281 @@ list
|
|||
``` r
|
||||
"numeric" |> class_icons()|> str()
|
||||
#> List of 3
|
||||
#> $ name : chr "i"
|
||||
#> $ attribs :List of 3
|
||||
#> ..$ class : chr "fas fa-calculator"
|
||||
#> ..$ role : chr "presentation"
|
||||
#> ..$ aria-label: chr "calculator icon"
|
||||
#> $ children: list()
|
||||
#> $ name : chr "svg"
|
||||
#> $ attribs :List of 6
|
||||
#> ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> ..$ viewbox: chr "0 0 256 256"
|
||||
#> ..$ class : chr "phosphor-svg"
|
||||
#> ..$ height : chr "1.33em"
|
||||
#> ..$ fill : chr "currentColor"
|
||||
#> ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> $ children:List of 2
|
||||
#> ..$ :List of 3
|
||||
#> .. ..$ name : chr "path"
|
||||
#> .. ..$ attribs :List of 1
|
||||
#> .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. ..$ children: list()
|
||||
#> .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..$ :List of 3
|
||||
#> .. ..$ name : chr "title"
|
||||
#> .. ..$ attribs : Named list()
|
||||
#> .. ..$ children:List of 1
|
||||
#> .. .. ..$ : chr "calculator-light"
|
||||
#> .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> - attr(*, "class")= chr "shiny.tag"
|
||||
#> - attr(*, "browsable_html")= logi TRUE
|
||||
#> - attr(*, "html_dependencies")=List of 1
|
||||
#> ..$ :List of 10
|
||||
#> .. ..$ name : chr "font-awesome"
|
||||
#> .. ..$ version : chr "6.5.2"
|
||||
#> .. ..$ src :List of 1
|
||||
#> .. .. ..$ file: chr "fontawesome"
|
||||
#> .. ..$ meta : NULL
|
||||
#> .. ..$ script : NULL
|
||||
#> .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. ..$ head : NULL
|
||||
#> .. ..$ attachment: NULL
|
||||
#> .. ..$ package : chr "fontawesome"
|
||||
#> .. ..$ all_files : logi TRUE
|
||||
#> .. ..- attr(*, "class")= chr "html_dependency"
|
||||
mtcars |> sapply(class) |> class_icons() |> str()
|
||||
#> List of 11
|
||||
#> $ mpg :List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ cyl :List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ disp:List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ hp :List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ drat:List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ wt :List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ qsec:List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ vs :List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ am :List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ gear:List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
#> $ carb:List of 3
|
||||
#> ..$ name : chr "i"
|
||||
#> ..$ attribs :List of 3
|
||||
#> .. ..$ class : chr "fas fa-calculator"
|
||||
#> .. ..$ role : chr "presentation"
|
||||
#> .. ..$ aria-label: chr "calculator icon"
|
||||
#> ..$ children: list()
|
||||
#> ..$ name : chr "svg"
|
||||
#> ..$ attribs :List of 6
|
||||
#> .. ..$ xmlns : chr "http://www.w3.org/2000/svg"
|
||||
#> .. ..$ viewbox: chr "0 0 256 256"
|
||||
#> .. ..$ class : chr "phosphor-svg"
|
||||
#> .. ..$ height : chr "1.33em"
|
||||
#> .. ..$ fill : chr "currentColor"
|
||||
#> .. ..$ style : chr "vertical-align:-0.25em;"
|
||||
#> ..$ children:List of 2
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "path"
|
||||
#> .. .. ..$ attribs :List of 1
|
||||
#> .. .. .. ..$ d: chr "M176,58H80a6,6,0,0,0-6,6v48a6,6,0,0,0,6,6h96a6,6,0,0,0,6-6V64A6,6,0,0,0,176,58Zm-6,48H86V70h84Zm30-80H56A14,14,"| __truncated__
|
||||
#> .. .. ..$ children: list()
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> .. ..$ :List of 3
|
||||
#> .. .. ..$ name : chr "title"
|
||||
#> .. .. ..$ attribs : Named list()
|
||||
#> .. .. ..$ children:List of 1
|
||||
#> .. .. .. ..$ : chr "calculator-light"
|
||||
#> .. .. ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "class")= chr "shiny.tag"
|
||||
#> ..- attr(*, "browsable_html")= logi TRUE
|
||||
#> ..- attr(*, "html_dependencies")=List of 1
|
||||
#> .. ..$ :List of 10
|
||||
#> .. .. ..$ name : chr "font-awesome"
|
||||
#> .. .. ..$ version : chr "6.5.2"
|
||||
#> .. .. ..$ src :List of 1
|
||||
#> .. .. .. ..$ file: chr "fontawesome"
|
||||
#> .. .. ..$ meta : NULL
|
||||
#> .. .. ..$ script : NULL
|
||||
#> .. .. ..$ stylesheet: chr [1:2] "css/all.min.css" "css/v4-shims.min.css"
|
||||
#> .. .. ..$ head : NULL
|
||||
#> .. .. ..$ attachment: NULL
|
||||
#> .. .. ..$ package : chr "fontawesome"
|
||||
#> .. .. ..$ all_files : logi TRUE
|
||||
#> .. .. ..- attr(*, "class")= chr "html_dependency"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue