Skip to contents

make_sports_categories() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make sports categories. The function returns Categories (a character vector).

Usage

make_sports_categories(
  type_1L_int = c("current", "deprecated"),
  which_int = integer(0)
)

Arguments

type_1L_int

Type (an integer vector of length one), Default: c("current", "deprecated")

which_int

Which (an integer vector), Default: integer(0)

Value

Categories (a character vector)