A generic function that can read a documentation file.
     
    
    Usage
    read_documentation(
  filename = "",
  documentation_location = NULL,
  readr = F,
  ...
)
 
     
    
    Arguments
- filename
 
The filename
 
- documentation_location
 
Location of documentation files,
if NULL system variables will be used.
 
- readr
 
Defaults to FALSE, if TRUE then it uses
of 'read_delim'.
 
- ...
 
The other parameters are passed to the function
 
 
    
    Value
    Imported data object