knitr::opts_chunk$set(echo = TRUE)

Documentation of cleaning

This is a documenation of the cleaning round in October 2022 - summer 2023. Mainly serves to create a searchable commit. But also to keep track of changes.

next step

Major topics of scripts

Documentation of cleaning

small datasets

small datasets that are stored in /vignettes are transferred to /data

usethis::use_data(\<nameofdataset\>) if necessary with overwrite = T to overwrite existing dataset

No loading is needed, because R packages use "lazy-loading", i.e. only load data when necessary.

model_names

will be used uniquely to select the current model to run, or to run all of them.

names need to be cleaned!

thresholds

Problematic scripts

prepare_and_run_GDM.Rmd

implement the use of the model_names table. Select used models with model_names_selection.

Sequence of analysis steps

Files

helper_datasets

from vignettes/

from data_assembly/helper_data and analysis/helper_data

clean

Evaluate if useful content is in there, think about what to do later.

Re-Analysis

Take care that the following points are included in re-analysis :

Future todos



allanecology/BetaDivMultifun documentation built on Nov. 9, 2023, 8:47 p.m.