Project Overview

View and manage all resources in your project.

Project Overview tab

Opening

  • File > Project Overview
  • Search "Project Overview" in the command palette

Editing the Project Name

Click the project name at the top to enter edit mode. Press Enter or move focus away to save, Escape to cancel.

Datasets

Primary Datasets (imported from CSV/TSV) and Derived Datasets (generated by transformations) are listed (see Datasets for details). Each dataset has an info button () and a menu button () on the right side.

Click the info button () to view name, type, row count, column count, and other metadata.

The menu button () provides the following actions:

ActionDescriptionApplies to
RenameChange the dataset nameAll datasets
DeleteDelete the dataset (dependent resources are also deleted; see Datasets for details)All datasets
Reload Dataset...Reload the filePrimary only
Edit Operation...Edit the transformation. Currently only SQL Query datasets are editable; for other types this item is disabled with a tooltip explaining whyDerived only

Derived Dataset details

  • SQL badge - Displayed for datasets created with SQL Query. Datasets with the SQL badge can have their transformation edited via Edit Operation...
  • Save data with project (Materialized View) checkbox in the menu - Persists data in the project file when enabled (see Datasets for details)

Reports

Lists all reports in the project. Each report shows its element count (number of embedded graphs and statistical tables) and last updated date. Click a report name to open it in a tab. Click the delete button (x) on a report to delete it (confirmation dialog is shown).

Models

Lists saved models (Linear Regression, GLM, GLMM, Random Forest). Click a model name to open its detail tab. Metadata (type, predictors, response) is shown for each model. Click the delete button (x) on a model to delete it (confirmation dialog is shown).

See also