prep_create_meta_data_file: Instantiate a new metadata file

View source: R/prep_create_meta_data_file.R

prep_create_meta_data_fileR Documentation

Instantiate a new metadata file

Description

Instantiate a new metadata file

Usage

prep_create_meta_data_file(
  file_name,
  study_data,
  open = TRUE,
  overwrite = FALSE
)

Arguments

file_name

character file path to write to

study_data

data.frame optional, study data to guess metadata from

open

logical open the file after creation

overwrite

logical overwrite file, if exists

Value

invisible(NULL)


dataquieR documentation built on May 29, 2024, 7:18 a.m.