R/keywords.R

#' MySQL Keywords
#'
#' A dataset containing a list of MySQL keywords and whether or not they are reserved
#'
#' @format A data frame with 565 rows and 2 variables:
#'  - `value`
#'  - `reserved`
#'
#'
#' @source <https://dev.mysql.com/doc/refman/5.5/en/keywords.html#keywords-5-5-detailed-U>
"keywords"
wilsontom/MyRW documentation built on May 26, 2019, 6:36 a.m.