# Explore the unique values in the provided sample data (data_TRY_15160)
# based on the attributes AccSpeciesID, AccSpeciesName, TraitID, TraitName, DataID
# and DataName, sorted by TraitID
data_explore <- rtry_explore(data_TRY_15160,
AccSpeciesID, AccSpeciesName, TraitID, TraitName, DataID, DataName,
sortBy = TraitID)
# Expected message:
# dim: 235 7
# Learn more applications of the explore function via the vignette (Workflow for
# general data preprocessing using rtry): vignette("rtry-workflow-general").
Run the code above in your browser using DataLab