| move_section | R Documentation |
Move a section to another project
move_section(
section_id,
project_id,
verbose = TRUE,
token = get_todoist_api_token()
)
section_id |
id of the section |
project_id |
target project id |
verbose |
boolean that make the function verbose |
token |
todoist API token |
id of the moved section (invisible)
## Not run:
move_section("12345", project_id = "67890")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.