get_columns_file: A function for creating/reading data source column specs

View source: R/import_config.R

get_columns_fileR Documentation

A function for creating/reading data source column specs

Description

This function allows you to create and or read a file which you can use to control a data file import

Usage

get_columns_file(df_source, filename_source)

Arguments

df_source

The dataframe of which you want to apply/get the import specs for

filename_source

The filename where the data frame is imported fromset

Value

A data frame containing column importing specs

Examples

get_columns_file(df, filename_source)

mark-me/graydon.package documentation built on Nov. 14, 2023, 5:31 p.m.