Create a new project based on an existing project
Usage
clone_sysrev(
pid,
target.name,
add.articles = T,
add.labels = T,
add.members = F,
add.answers = F,
get_if_exists = T,
token = get_srtoken()
)
Arguments
- pid
project id of the source project
- target.name
name of the new project
- add.articles
import the articles from source project?
- add.labels
import the labels from source project?
- add.members
import the members from source project?
- add.answers
import the answers from source project?
- get_if_exists
gets the sysrev instead of cloning if it already exists
- token
a token with write acces