mcglinnlab / soar

SOAR: species occurrence aggregator in R
2 stars 0 forks source link

clean_coordinates tests argument #21

Open dmcglinn opened 5 years ago

dmcglinn commented 5 years ago

when attempting to clean the data up I get an error:

Warning: Error in CleanCoordinates: unused arguments (tests = selected_tests, capitals_rad = input$cap_rad, centroids_rad = input$cen_rad, centroids_detail = cen_detail_val(), inst_rad = input$inst_rad, outliers_method = out_type_val(), outliers_mtp = input$out_mtp, outliers_td = input$out_td, outliers_size = input$out_size, zeros_rad = input$zero_rad)

I think this is due to the fact that selected_tests does not appear to be an argument of the function clean_coordinates.