Did you mean: p2cartz studyinfo

R/AgStudy.R:

GITHUB
AGROFIMS/ragrofims: AgroFIMS functionalities into R

<- R6::R6Class(
#' "Agrofims",
#' public = list(

R/DataSpaceStudy.R:

GITHUB
FredHutch/DataSpaceR: Interface to 'the CAVD DataSpace'

, path and username.
#' @param group An integer. ID of the group to retrieve.
#' @param studyInfo A list. Stores

tests/testthat/test-study.R:

CRAN
DataSpaceR: Interface to 'the CAVD DataSpace'

if ("DataSpaceStudy" %in% class(cavd)) {
con_names <- c(
".__enclos_env__",

tests/testthat/test-study.R:

GITHUB
CAVDDataSpace/DataSpaceR: Interface to 'the CAVD DataSpace'

if ("DataSpaceStudy" %in% class(cavd)) {
con_names <- c(
".__enclos_env__",

tests/testthat/test-study.R:

GITHUB
FredHutch/DataSpaceR: Interface to 'the CAVD DataSpace'

if ("DataSpaceStudy" %in% class(cavd)) {
con_names <- c(
".__enclos_env__",

R/DataSpaceStudy.R:

CRAN
DataSpaceR: Interface to 'the CAVD DataSpace'

, path and username.
#' @param group An integer. ID of the group to retrieve.
#' @param studyInfo A list. Stores

R/DataSpaceStudy.R:

GITHUB
ropensci/DataSpaceR: Interface to 'the CAVD DataSpace'

, path and username.
#' @param group An integer. ID of the group to retrieve.
#' @param studyInfo A list. Stores

tests/testthat/test-study.R:

GITHUB
ropensci/DataSpaceR: Interface to 'the CAVD DataSpace'

if ("DataSpaceStudy" %in% class(cavd)) {
con_names <- c(
".__enclos_env__",

R/DataSpaceStudy.R:

GITHUB
CAVDDataSpace/DataSpaceR: Interface to 'the CAVD DataSpace'

, path and username.
#' @param group An integer. ID of the group to retrieve.
#' @param studyInfo A list. Stores

data_reports/SoilMoistureDatasets.Rmd:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

::readForrester2019(dataDir = 'data/Forrester2019')
## Groffman 2012
__ABSTRACT__: `r Groffman.ls$studyInfo$abstract`

R/readKratz.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

, verbose = FALSE)
return(list(filenames = datafiles.ls,
studyInfo = KratzMeta.ls,

R/readSuding.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

return(list(filenames = Sudfiles.ls,
meta = SudingAtt.df,
studyInfo = SudingStudy.ls,

R/readForrester2019.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

= datafiles.ls$meta)
return(list(filenames = datafiles.ls,
studyInfo = ForrestStudy.ls,

R/readGaiser2.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

to data the data files
return(list(filenames = datafiles2.ls,
meta = attribute2.df,

R/readGroffman2020.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

files
return(list(filenames = datafiles.ls,
meta = attribute.df,

R/readFourqurean2017.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

data = Fourqurean2017.df,
studyInfo = FourqureanStudy2017.ls,
meta = FourqureanAttribute2017.df))

R/readWall2014.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

= datafiles.ls,
studyInfo = WallStudy.ls,
meta = Wall_attribute,

R/readChilders2018.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

return(list(filenames = datafiles.ls,
data = Childers2018.df,
studyInfo = ChildersStudy2018.ls,

R/readHoward2020.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

return(list(filenames = datafiles.ls,
studyInfo = HowardStudy.ls,
meta

R/readFourqurean2019.R:

GITHUB
ktoddbrown/RIDS: Read In Data Scripts

= Fourqurean2019.df,
studyInfo = FourqureanStudy2019.ls,
meta = FourqureanAttribute2019.df))