image_scrambler: An Image Scrambling Function.

Description Usage Arguments

View source: R/image_scrambler.R

Description

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.

Usage

1
image_scrambler(path, chunks = 1, sep = "_", filetype = "tif", bin = 1)

Arguments

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


earlscott/pscott documentation built on April 14, 2020, 12:17 p.m.