clone_sysrev | R Documentation |
Create a new project based on an existing project
clone_sysrev(
pid,
target.name,
add.articles = T,
add.labels = T,
add.members = F,
add.answers = F,
get_if_exists = T,
token = get_srtoken()
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.