updated docs
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-31 14:37:28 +02:00
commit f73af16ae1
No known key found for this signature in database
10 changed files with 69 additions and 17 deletions

16
man/cor_demo_app.Rd Normal file
View file

@ -0,0 +1,16 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/correlations-module.R
\name{cor_demo_app}
\alias{cor_demo_app}
\title{Correlations plot demo app}
\usage{
cor_demo_app()
}
\description{
Correlations plot demo app
}
\examples{
\dontrun{
cor_demo_app()
}
}