View source: R/merge_preproc.R
merge_preproc | R Documentation |
These complex parameters are stored internally, and users must retrieve them through this function.
merge_preproc(
games,
...,
filter_only = FALSE,
rm_tagged = FALSE,
name_key = "game_id"
)
games |
A data.frame contains the games to match parameters. |
... |
Additional arguments passed to |
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 |
name_key |
The name of the column to match the games. |
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
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.