Prints out a table of all the resources in the KiProject.
data_list(ki_project, all = FALSE)
ki_project | a Ki Project obtained from |
---|---|
all | Set to True to include all child resources. |
BeautifulTable
This can be used in either of the following ways:
ki_project$data_list(...) data_list(ki_project, ...)