sbg / sevenbridges-r

Seven Bridges API Client, CWL Schema, Meta Schema, and SDK Helper in R
https://sbg.github.io/sevenbridges-r/
Apache License 2.0
35 stars 14 forks source link

Add get_child_tasks() for Task object #64

Open tengfei opened 6 years ago

tengfei commented 6 years ago

feedback from chris, it exists in python API lib, I think will make it convenient for users, current is project$task(parent = task$id) in R, we can use task_object$get_child_tasks() instead.