start_classify: Start to classify

Description Usage Arguments Value Examples

Description

start to classify a goldrake.

Usage

1
2
3
4
5
6
7
8
start_classify(x = NULL, gold_dir = NULL, gold_name = NULL)

## S3 method for class 'NULL'
start_classify(x = NULL, gold_dir = NULL,
  gold_name = NULL)

## S3 method for class 'goldrake'
start_classify(x, gold_dir = NULL, gold_name = NULL)

Arguments

x

a goldrake

gold_dir

(chr, default = NULL) path to the project directory. If not provided the function automatically use (or create, if it not exists) the folder .goldrake in the current working directory.

gold_name

(chr, default = NULL) the name of the project.

Value

the update version of goldrake x

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
    gold <- goldrake(mtcars) %>%
        set_gold_classes() %>%
        add_reviewer("Rev 1") %>%
        confirm_setup()

    start_classify(gold)

## End(Not run)

CorradoLanera/goldrake documentation built on May 30, 2019, 3:07 a.m.