# NOT RUN {
# get the path to the example data included in the package
f <- system.file("extdata/ebd-sample.txt", package = "auk")
# output to a temp file for example
# in practice, provide path to output file
# e.g. f_out <- "output/ebd_clean.txt"
f_out <- tempfile()
# clean file to remove problem rows
# note: this function is deprecated and no longer does anything
auk_clean(f, f_out)
# }
Run the code above in your browser using DataLab