Description Usage Arguments Value Examples
start to classify a goldrake
.
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)
|
x |
a |
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 |
gold_name |
(chr, default = NULL) the name of the project. |
the update version of goldrake
x
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.