Prints out a table of all the resources in the KiProject.

data_list(ki_project, all = FALSE)

Arguments

ki_project

a Ki Project obtained from ki_project

all

Set to True to include all child resources.

Value

BeautifulTable

Note

This can be used in either of the following ways:

ki_project$data_list(...)
data_list(ki_project, ...)