stacomiR (version 0.5.4.0)

charge_with_filter,ref_parqual-method: Loading method for Reparqual referential objects searching only those parameters existing for a DC, a Taxon, and a stage

Description

Loading method for Reparqual referential objects searching only those parameters existing for a DC, a Taxon, and a stage

Usage

# S4 method for ref_parqual
charge_with_filter(object, dc_selectionne,
  taxa_selectionne, stage_selectionne)

Arguments

object

An object of class ref_parqual-class

dc_selectionne

The dc set in the report object

taxa_selectionne

The taxa set in the report object

stage_selectionne

The stage set in the report object

Value

An S4 object of class ref_parqual-class

Examples

Run this code
# NOT RUN {
 dc_selectionne=6
taxa_selectionne=2038
 stage_selectionne="AGJ"
 object=new("ref_parqual")
 charge_with_filter(object,dc_selectionne,taxa_selectionne,stage_selectionne)
# }

Run the code above in your browser using DataCamp Workspace