split_match_type: Split matching type

View source: R/utils.R

split_match_typeR Documentation

Split matching type

Description

Split matching type (one of ⁠"1:1", "m:1", "1:m", "m:m"⁠) into its two components

Usage

split_match_type(match_type)

Arguments

match_type

character: one of "m:m", "m:1", "1:m", "1:1". Default is "1:1" since this the most restrictive. However, following Stata's recommendation, it is better to be explicit and use any of the other three match types (See details in match types sections).

Value

character vector


randrescastaneda/joyn documentation built on Dec. 20, 2024, 6:51 a.m.