% Generated by roxygen2: do not edit by hand % Please edit documentation in R/Util.R \name{LoadParserLibraries} \alias{LoadParserLibraries} \title{Install and load required libraries} \usage{ LoadParserLibraries() } \description{ This function checks if every required library is installed to be loaded, if not they will be installed and then loaded. Libraries installed: xlsx to parse excel files like ISO survey source format }