creator: Create Distributed Coding Tasks

Description Usage Arguments Examples

View source: R/creator.R

Description

This function calculates the edit distance between OCR'd and human transcribed file. The function by default prints the status of the task you are trying to delete. It will show up as 'deleted' if successful

Usage

1
2
3
creator(input_files_dir = NULL, path_to_form = NULL,
  output_files_dir = NULL, n_per_worker = 10, n_per_story = 3,
  seed = 31415)

Arguments

input_files_dir

path to directory containing text files that need to be coded; required

path_to_form

path to html form; required

output_files_dir

path to directory containing text files that need to be coded; required

n_per_worker

maximum no. of stories that you want each worker to code

n_per_story

no. of times you want each story coded

seed

seed for the random number generator

Examples

1
2
3
4
5
## Not run: 
creator(input_files_dir="path_to_input_files_dir", path_to_form="path_tp_html_form", 
		   output_files_dir="path_to_output_files_dir", n_per_worker=20, n_per_story=3)

## End(Not run)

soodoku/outsource documentation built on May 30, 2019, 6:29 a.m.