renamesToQueries: List of Renamings to SQL Queries

View source: R/convert.R

renamesToQueriesR Documentation

List of Renamings to SQL Queries

Description

Convert a list of renamings to a list of SQL queries each of which can be used to select and rename the given fields from a database.

Usage

renamesToQueries(renamesList)

Arguments

renamesList

list of renaming lists. A renaming list is a list of key = value pairs defining renamings from the keys to the values.

Value

list of character each of which represents an SQL query


KWB-R/kwb.db documentation built on Oct. 1, 2023, 4:10 a.m.