library(FinCatchAccess)library(FinCatchAnalysis)#use filters gadget to make a filter objectmyFilters<-fcacc_show_FilterSelector_gadget()#feed the filter object with your ID values into a data objectmyDataObject<-fc_data$new(myFilterObject=myFilters, myGroupSurveys=TRUE)#run an analysis by feeding it the data objectmyAnalysis<-fca_meanLength(myDataObject)#print output tables with printTablesAuto/Html/LatexmyAnalysis$printTablesAuto()#if you want canned plotsmyAnalysis$plots#view potential data problemsmyDataObject$warningsmyDataObject$errors#view analysis issuesmyAnalysis$warningsmyAnalysis$errors