sf_build_cols_spec {salesforcer}R Documentation

Produce spec to convert Salesforce data types to R data types

Description

This function accepts a vector of Salesforce data types and maps them into a single string that can be passed to the col_types argument.

Usage

sf_build_cols_spec(x)

Arguments

x

character; the Salesforce data types to map

Value

character the analogous R data types.

Note

This function is meant to be used internally. Only use when debugging.


[Package salesforcer version 1.0.2 Index]