mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
badges
This commit is contained in:
parent
2ad36d6dde
commit
52d1791708
1 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
<!-- badges: start -->
|
<!-- badges: start -->
|
||||||
|
|
||||||
|
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
|
||||||
|
[](https://github.com/agdamsbo/freesearcheR/actions/workflows/rhub.yaml)
|
||||||
|
[](https://agdamsbo.shinyapps.io/freesearcheR/)
|
||||||
<!-- badges: end -->
|
<!-- badges: end -->
|
||||||
|
|
||||||
This package is the backbone of the free and open browser based data exploration and analysis tool with publication ready output.
|
This package is the backbone of the free and open browser based data exploration and analysis tool with publication ready output.
|
||||||
|
@ -49,7 +52,10 @@ The ***freesearcheR***-tool can also be launched locally. Any data.frame availab
|
||||||
require("devtools")
|
require("devtools")
|
||||||
devtools::install_github("agdamsbo/freesearcheR")
|
devtools::install_github("agdamsbo/freesearcheR")
|
||||||
library(freesearcheR)
|
library(freesearcheR)
|
||||||
|
# By loading mtcars to the environment, it will be available
|
||||||
|
# in the interface like any other data.frame
|
||||||
|
data(mtcars)
|
||||||
|
shiny_freesearcheR()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue