decode_value | R Documentation |
Takes a product from encode_value()
and returns a vector of decoded values
using a key as generated by make_encoding_key()
.
decode_value(values_to_decode, prime_key)
values_to_decode |
A product of prime numbers multiplied using
|
prime_key |
A key as generated by |
A vector of decoded values.
encode_value()
make_encoding_key()
# Return a vector containing "Mammal" and "Bird". decoded_values <- decode_value(15, c(Fish = 2, Mammal = 3, Bird = 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.