modify_post: Modify post

Description Usage Arguments Examples

View source: R/post.R

Description

Modify post

Usage

1
2
modify_post(team_name, post_num, post_name = NULL, body_md = NULL,
  append = TRUE, ...)

Arguments

team_name

character

post_num

integer

post_name

character

body_md

character

append

logical

...

Additional parameters

Examples

1
2
3
4
5
6
7
## Not run: 
modify_post("us-lab", post_num = 17,
 post_name = "New Title", body_md = "Append mode", append = TRUE)
modify_post("us-lab", post_num = 17,
 body_md = "Overwrite mode", append = FALSE)

## End(Not run)

uribo/esa.io documentation built on May 3, 2019, 2:36 p.m.