merge_preproc: Match pre-processing parameters

View source: R/merge_preproc.R

merge_preprocR Documentation

Match pre-processing parameters

Description

These complex parameters are stored internally, and users must retrieve them through this function.

Usage

merge_preproc(
  games,
  ...,
  filter_only = FALSE,
  rm_tagged = FALSE,
  name_key = "game_id"
)

Arguments

games

A data.frame contains the games to match parameters.

...

Additional arguments passed to merge().

filter_only

Whether to perform filtering only, i.e., keep only the matched games.

rm_tagged

Whether to remove games with a tagged pre-processing function. Default is FALSE.

name_key

The name of the column to match the games.

Value

A data.frame added pre-processing parameters. Note if there is no match for a game, the matched parameters are empty vectors (e.g., NULL).


psychelzh/data.iquizoo documentation built on April 18, 2024, 3:06 a.m.