apply_column_config: A function for applying column configuration file

View source: R/import_config.R

apply_column_configR Documentation

A function for applying column configuration file

Description

This function applies a column configuration for a source file which you can use to control a data file import . The first time it is used it will create a column specification file.

Usage

apply_column_config(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.