View source: R/draft/ZZZ-parse-milestones.R View source: R/parse.R
parse_milestones | R Documentation |
get_milestones
Parse milestones from get_milestones
parse_milestones(res)
res |
List returned by corresponding |
Dataframe with one record / milestone
Other milestones:
get_milestones()
,
post_milestone()
## Not run:
myrepo <- create_repo_ref("emilyriederer", "myrepo")
milestones_res <- get_milestones(myrepo)
milestones <- parse_milestones(milestones_res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.