All functions

COLLECTIONS

Collections in an e-mission MongoDB database

anonymize_uuid()

Anonymize user_id field

app_server()

The application server-side

combine_named_lists()

Combine two named lists

connect_stage_collections()

Connect to the e-mission's MongoDB database

convert_columns_to_datetime()

Convert columns to datetime

convert_datetime_string_to_datetime()

Convert character columns to datetime columns

db_delete()

Deletes a document from Checkinout corresponding to df_row

db_insert()

Inserts a row as a document into the specified collection

db_update()

Updates a document with the row 'df_row'

generate_trajectories()

Tidy together the 'tidied trips' and 'tidied locations' to generate trajectories within a trip

mod_DTedit_server()

DTedit Server Function

mod_mapview_server()

mapview Server Function

mod_mapview_ui()

mapview UI Function

normalise_uuid()

Normalise UUID

query_cleaned_locations() query_cleaned_locations_by_timestamp() downsample_cleaned_locations_by_timestamp() query_server_calls() query_usercache_get_summ() query_usercache_put_summ() query_diary_summ() query_usercache_get_summ() query_usercache_put_summ() query_diary_summ() query_cleaned_trips() query_most_recent_n_trip_docs() query_confirmed_trips_by_timestamp() query_max_trip_timestamp() query_min_trip_timestamp() get_n_trips_in_query() get_n_locations_in_query() query_cleaned_place() query_cleaned_section() query_raw_trips() query_stage_uuids() query_stage_profiles()

Query functions

run_app()

Run the Shiny Application

save_config_file()

Save the default app config file

summarise_server_calls()

Create a summary of server calls in data.table format.

summarise_trips()

Create a summary of trips in data.table format.

tidy_cleaned_locations()

Tidy the 'cleaned locations' data.frame into a tibble.

tidy_cleaned_trips()

Tidy the 'cleaned trips' data.frame into a sf object.

tidy_participants()

Create a tidied participant data.table

tidy_server_calls()

Tidy the 'server calls' data.frame into a tibble.