select_experiment: Expand nested tables into their own tibbles in the...

Description Usage Arguments

View source: R/select_experiment.R

Description

Expand nested tables into their own tibbles in the environment

Usage

1
2
3
4
5
select_experiment(
  project,
  f = function(x) dplyr::filter(x),
  envir = .GlobalEnv
)

Arguments

project

'dotstask' or 'datequiz'

f

filter function like function(x) dplyr::filter(x, ...) specifying filter conditions

envir

environment to write to


oxacclab/esmData documentation built on Oct. 6, 2021, 3:04 p.m.