Read a Shiny file and determine if it should be skipped
Source:R/read_shiny_file.R
read_shiny_file.RdThis function reads a Shiny server file and checks whether it only contains
source() calls or is empty. If so, it returns NULL to indicate the file should be skipped.