Skip to contents

sql_fte was intended to generate the standard sql query for pulling FTE from Edify, REPT of DSCIR. We have deprecated this function and will use "make_fte_sql()" instead.

Usage

sql_fte(data_source = "Edify", name)

Arguments

data_source

The server to pull FTE data from. Options are: "Edify", "REPT", or "DSCIR". Defaults to "Edify".

name

The name you want the SQL file to have in your sql folder. This is a string and must be provided in quotes (e.g., "your_filename.sql").

Value

A sql file in your SQL folder