Skip to content

fmlove/blinds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

blinds

An R package to blind files for manual analysis tasks

Why?

Automated image analysis has come a long way in recent years, but sometimes you still run into tasks that need to be handled manually. This little package is intended to make it easy to avoid bias in your manual analysis tasks. It works by renaming your files with universally unique identifiers (UUIDs), and then restoring your original names once you're finished.

How?

You can install blinds with the following code:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("fmlove/blinds")
library(blinds)

I'm in the process of writing some tutorials, so stay tuned!

About

File blinder for manual analysis tasks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages