new version and formatted code

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-02-23 13:22:52 +01:00
commit a7d8fd4b36
No known key found for this signature in database
27 changed files with 3736 additions and 3189 deletions

19
man/get_dimensions.Rd Normal file
View file

@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import_globalenv-ext.R
\name{get_dimensions}
\alias{get_dimensions}
\title{Extension of the helper function from datamods}
\usage{
get_dimensions(objs, filter_df = TRUE)
}
\arguments{
\item{objs}{objs}
\item{filter_df}{flag to only include data frames}
}
\value{
vector of data frames with the package names as attr
}
\description{
Extension of the helper function from datamods
}