score_nested: Give a weighted value for one or more variables in a nested...

View source: R/score.R

score_nestedR Documentation

Give a weighted value for one or more variables in a nested dataframe

Description

Give a weighted value for one or more variables in a nested dataframe

Usage

score_nested(
  df,
  user = "u_id",
  location = "loc_id",
  keep_original_vars = F,
  ...
)

Arguments

df

A nested dataframe by user

user

Name of column that holds unique identifier for each user

location

Name of column that holds unique identifier for each location

...

Name-value pairs of expression

keep_ori_vars

Option to keep or drop original varialbes


spatialnetworkslab/homelocator documentation built on May 7, 2023, 8:18 p.m.