Prepare the request to get data from MongoDB from chosen arguments and a vector containing different ones.
prepare_request(request_vector, args, type = NULL)
Vector of prepared arguments from selected choices.
Vector of selected arguments to use in the request.
Type of table to query. Can be h5p, learnr or shiny.
A string request with the chosen arguments.
rv <- c("color" = "red", "type" = "flower")
prepare_request(rv, "color")
#> {red}