convert_calc: Interpret calculations from XLS Form

Description Usage Arguments Details

View source: R/xls_code_translation.R

Description

convert_relevant converts calculations logic from XLS Form into an R language equivalent.

Usage

1
convert_calc(string)

Arguments

string

String to be interpreted, should be of the standard format for calculate logic within XLS Forms.

Details

Takes in a string of calculations from XLS Form and converts all portions of it into a parsed expression that can be passed to dplyr::filter for use in recalculating data after cleaning.


caldwellst/kobold documentation built on April 28, 2020, 12:48 a.m.