R/lexisDS3.b.R

#' @title
#' lexisDS3
#'
#' @description
#' The third serverside function called by ds.lexis. This is an assign function that simplifies the
#' returned output from ds.lexis. Specifically, without lexisDS3 the output consists of a table within
#' a list, but lexisDS3 converts this directly into a dataframe.
#' For more details see the extensive header for ds.lexis.
#'
#' @export
#'
lexisDS3.b<-function(){

      outobj<-data.frame(messageobj$expanded.table)

return(outobj)

}
#MUST BE ASSIGN FUNCTION
#lexisDS3.b
datashield/dsBetaTest5 documentation built on May 14, 2019, 7:49 p.m.