convert_position_to_logical_vector <- function(position, size){
# converter function
i <- convert_position_to_int(position);
logical_vector <- convert_int_to_logical_vector(i, size = size);
return(logical_vector);
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.