recipe_HMLC.Rd
recipe: homelocator - HMLC
recipe_HMLC(
df,
user = "u_id",
timestamp = "created_at",
location = "loc_id",
show_n_loc,
keep_original_vars = F,
keep_score = F
)
An enriched dataframe
Name of column that holds unique identifier for each user
Name of timestamp column. Should be POSIXct
Name of column that holds unique identifier for each location
Number of potential homes to extract
Option to keep or remove columns other than 'user, timestamp, and location'
Option to keep or remove calculated result/score per user per location