mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new version and formatted code
This commit is contained in:
parent
7fdbd1f90e
commit
a7d8fd4b36
27 changed files with 3736 additions and 3189 deletions
19
man/get_dimensions.Rd
Normal file
19
man/get_dimensions.Rd
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue