For a given column in a database field, creates a vector of all entries. See parameters for options.
getMultiSelectValues(
column,
strip_string = "\\|",
no_na = TRUE,
only_unique = TRUE,
show_progress = TRUE
)vector
vector of column in data.frame (usually, after using getNotionDatabase, in form db$column_name )
String by which we should strip >1 selects in a single database row. Defaults to "|", as this is the default behaviour in getNotionDatabase().
Strip all NA's? Defaults to TRUE.
Export only unique values in vector? Defaults to TRUE.
Print the count of values? Defaults to TRUE.
Eduardo Flores
does NOT call API.