documented preview functions and included gt

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-20 16:15:41 +01:00
commit a896bf4e76
No known key found for this signature in database
8 changed files with 113 additions and 47 deletions

17
man/cast_data_overview.Rd Normal file
View file

@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny_cast.R
\name{cast_data_overview}
\alias{cast_data_overview}
\title{Overview of REDCapCAST data for shiny}
\usage{
cast_data_overview(data)
}
\arguments{
\item{data}{list with class 'REDCapCAST'}
}
\value{
gt object
}
\description{
Overview of REDCapCAST data for shiny
}