Get startedGet started for free

Creare un data frame (2)

Il data frame pianeti_df dovrebbe contenere 8 osservazioni di 5 variabili. pianeti_df è stato già caricato nel workspace così che tu possa utilizzarlo direttamente.

This exercise is part of the course

Introduzione a R

View Course

Exercise instructions

Utilizza str() per analizzare la struttura della nuova variabile pianeti_df.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Analizza la struttura di pianeti_df
Edit and Run Code