return_snake_case_names: Returns the column names for a given table in snake_case

View source: R/db_get-helpers.R

return_snake_case_namesR Documentation

Returns the column names for a given table in snake_case

Description

Returns the column names for a given table in snake_case

Usage

return_snake_case_names(table)

Arguments

table

A string specifying the specific table from the Oregon Extended live database. Should be one of "Accommodations", "Answers", "Districts", "Exams", "Items", "Preferences", "Schools", "Students", "Students_old", "Submissions", "SupplementalDistricts", "SupplementalSchools", "Tasks", "User", "UserStudents", or "UserStudents_old".

Value

Character vector - formatted column names in table


UO-BRT/orextdb documentation built on Jan. 29, 2023, 8:53 a.m.