From 52d1791708c1b6f72b1fd72d19f1b7ca47ae3441 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Fri, 20 Dec 2024 11:05:56 +0100 Subject: [PATCH] badges --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4eb86..17e36f8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ +[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) +[![rhub](https://github.com/agdamsbo/freesearcheR/actions/workflows/rhub.yaml/badge.svg)](https://github.com/agdamsbo/freesearcheR/actions/workflows/rhub.yaml) +[![freesearcheR](https://img.shields.io/badge/Shiny-shinyapps.io-blue?style=flat&labelColor=white&logo=RStudio&logoColor=blue)](https://agdamsbo.shinyapps.io/freesearcheR/) 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") devtools::install_github("agdamsbo/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() ```