View source: R/image_scrambler.R
This function copies the information from tif image files, renames the images with a scramble key, then saves two csv files, one with the scramble key and one with just the scramble numbeers.
1 | image_scrambler(path, chunks = 1, sep = "_", filetype = "tif", bin = 1)
|
path |
What is the path to the folder containing the images? |
chunks |
How many blocks of information should the image names be broken into as separated by "_"? Defaults to 1. |
sep |
What string so you want to divide the file name with into various chunks |
filetype |
What filetype are you scrambling |
bin |
How many bins does your image have |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.