enforce_dictionary: Apply data dictionary to dataset

Description Usage Arguments Value

View source: R/typing_functions.R

Description

Applies typing and filtering rules from a data dictionary to a dataset

Usage

1
enforce_dictionary(data, dictionary.path, enforce.keep = TRUE)

Arguments

data

Dataset to be processed

dictionary.path

Filepath to the data dictionary to be enforced

enforce.keep

When enforce.keep = TRUE (Default), filters out columns with a "keep" value of FALSE in the dictionary

Value

data Data frame with dictionary rules applied


DannyGsGit/websteR documentation built on May 6, 2019, 1:36 p.m.