Skip to contents

Imports school directory data from a locally downloaded file. Use this function as a fallback when the RIDE Data Center cannot be scraped.

Usage

import_local_directory(file_path)

Arguments

file_path

Path to downloaded Excel, CSV, or RDS file

Value

Data frame with directory data

Examples

if (FALSE) { # \dontrun{
# Import a manually saved directory file
df <- import_local_directory("~/Downloads/ri_directory.csv")
} # }