LoslegenKostenlos loslegen

Reading from a path

What if your CSV file is saved in a different folder?

You'll need to define the path before using read.csv().

Diese Übung ist Teil des Kurses

Introduction to Importing Data in R

Kurs anzeigen

Anleitung zur Übung

  • Define the path to swimming_pools.csv, which is located in the "datasets" folder of the home directory.

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Define the path
path <- ___("___", "___", "___")

path
Code bearbeiten und ausführen