ropensci / targets

Function-oriented Make-like declarative workflows for R
https://docs.ropensci.org/targets/
Other
916 stars 74 forks source link

Add `tar_config_list()`? #1153

Closed psychelzh closed 12 months ago

psychelzh commented 12 months ago

Prework

Proposal

When there are multiple projects, listing all the projects is especially useful when choosing which project to use.

wlandau commented 12 months ago

Thanks, added tar_config_projects() to list projects and tar_config_yaml() to read the whole yaml file.