#' All_FN_Tables
#' @description A vector of tables to be imported from the DATA.ZIP that can be used by
#' other functions in the package.
#' @export
All_FN_Tables <- function() {
fntable <- c('FN011', 'FN012', 'FN013', 'FN014', 'FN022', 'FN026', 'FN028',
'FN121', 'FN122', 'FN123', 'FN124', 'FN125', 'FN126','FN127')
fntable
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.