# Generated by roxygen2: do not edit by hand

export(amp_drift_corr)
export(avg_peaks)
export(baseline_corr)
export(convert_measurement)
export(correct_peak)
export(crop_measurement)
export(find_best_fits)
export(find_strongest_peaks)
export(forceR_example)
export(load_mult)
export(load_single)
export(peak_to_poly)
export(plot_measurement)
export(plot_peaks)
export(print_progress)
export(red_peaks_100)
export(reduce_frq)
export(rescale_peaks)
export(rescale_to_range)
export(simulate_bites)
export(sort_files)
export(summarize_measurements)
export(today)
export(y_to_force)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,progress_estimated)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(filesstrings,file.move)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.print)
importFrom(grDevices,pdf)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(magrittr,'%>%')
importFrom(purrr,map_df)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,write_csv)
importFrom(roll,roll_mean)
importFrom(stats,AIC)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,spline)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
