Skip to contents

This function determines the dataset name based on the file path and configuration.

Usage

lookup_dataset_name(file)

Arguments

file

A character string specifying the file path.

Value

Dataset name

Examples

lookup_dataset_name("example/honhyo_2023.csv")
#> [1] "main_data"