# Generated by roxygen2: do not edit by hand

S3method("[",move2)
S3method("[<-",move2)
S3method("[[<-",move2)
S3method(arrange,move2)
S3method(filter,move2)
S3method(group_by,move2)
S3method(left_join,move2)
S3method(mt_as_move2,.MoveTrack)
S3method(mt_as_move2,data.frame)
S3method(mt_as_move2,list)
S3method(mt_as_move2,sf)
S3method(mt_as_move2,telemetry)
S3method(mt_as_move2,track_xyt)
S3method(mutate,move2)
S3method(plot,move2)
S3method(print,move2)
S3method(rbind,move2)
S3method(select,move2)
S3method(slice,move2)
S3method(ungroup,move2)
export("mt_time<-")
export("mt_track_id<-")
export(filter_track_data)
export(group_by_track_data)
export(movebank_download_deployment)
export(movebank_download_study)
export(movebank_download_study_info)
export(movebank_get_study_id)
export(movebank_get_vocabulary)
export(movebank_handle)
export(movebank_remove_credentials)
export(movebank_retrieve)
export(movebank_store_credentials)
export(mt_aeqd_crs)
export(mt_as_event_attribute)
export(mt_as_move2)
export(mt_as_track_attribute)
export(mt_azimuth)
export(mt_distance)
export(mt_example)
export(mt_filter_movebank_visible)
export(mt_filter_per_interval)
export(mt_filter_unique)
export(mt_has_no_empty_points)
export(mt_has_unique_location_time_records)
export(mt_interpolate)
export(mt_is_move2)
export(mt_is_time_ordered)
export(mt_is_time_ordered_non_empty_points)
export(mt_is_track_id_cleaved)
export(mt_movebank_visible)
export(mt_n_tracks)
export(mt_per_interval)
export(mt_read)
export(mt_segments)
export(mt_set_time)
export(mt_set_time_column)
export(mt_set_track_data)
export(mt_set_track_id)
export(mt_set_track_id_column)
export(mt_sim_brownian_motion)
export(mt_speed)
export(mt_stack)
export(mt_time)
export(mt_time_column)
export(mt_time_lags)
export(mt_track_data)
export(mt_track_id)
export(mt_track_id_column)
export(mt_track_lines)
export(mt_turnangle)
export(mt_unique)
export(mutate_track_data)
export(select_track_data)
export(to_move)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(assertthat,has_attr)
importFrom(assertthat,has_name)
importFrom(assertthat,is.date)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(assertthat,is.time)
importFrom(assertthat,see_if)
importFrom(bit64,as.integer64)
importFrom(cli,cli_abort)
importFrom(cli,cli_fmt)
importFrom(cli,cli_inform)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(cli,format_error)
importFrom(cli,format_message)
importFrom(cli,qty)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,distinct)
importFrom(dplyr,enquo)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,filter_)
importFrom(dplyr,group_by)
importFrom(dplyr,group_data)
importFrom(dplyr,group_modify)
importFrom(dplyr,if_else)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,transmute_all)
importFrom(dplyr,ungroup)
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,setOldClass)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,as_label)
importFrom(rlang,catch_cnd)
importFrom(rlang,check_installed)
importFrom(rlang,cnd_signal)
importFrom(rlang,format_error_bullets)
importFrom(rlang,is_bare_integerish)
importFrom(rlang,is_installed)
importFrom(rlang,is_scalar_character)
importFrom(rlang,is_scalar_integerish)
importFrom(rlang,is_scalar_logical)
importFrom(rlang,is_scalar_vector)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(sf,"st_geometry<-")
importFrom(sf,NA_agr_)
importFrom(sf,NA_crs_)
importFrom(sf,as_Spatial)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_is)
importFrom(sf,st_is_empty)
importFrom(sf,st_is_longlat)
importFrom(sf,st_line_sample)
importFrom(sf,st_linestring)
importFrom(sf,st_point)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(stats,integrate)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(tibble,add_column)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,eval_select)
importFrom(units,as_units)
importFrom(units,set_units)
importFrom(utils,URLencode)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(vctrs,vec_fill_missing)
importFrom(vroom,col_big_integer)
importFrom(vroom,col_character)
importFrom(vroom,col_date)
importFrom(vroom,col_datetime)
importFrom(vroom,col_double)
importFrom(vroom,col_factor)
importFrom(vroom,col_integer)
importFrom(vroom,col_logical)
importFrom(vroom,vroom)
importFrom(vroom,vroom_lines)
