Load demo data with Code Assist

Code Assist comes with a selection of demo data which can be used for demonstration purposes or to quickly test out different analyses.

This short tutorial shows how to load the Palmer Penguins data. This dataset records observations on three species of penguins gathered from three islands in the Palmer Archipelago, Antarctica.

Select Load data from the Code Assist menu.

Select Load data from the menu

Choose the QUICK-START tab and check the palmerpenguins option. Press the RUN button.

The required code is inserted into a notebook cell and executed immediately. The data are loaded into a new variable.

Code is inserted and executed