Returns a dataframe with the results for every robot in matches for the field specified in field.
Examples
mil23 <- event_matches("2023mil")
get_robot_field_df(mil23, "autoChargeStation")
#> Error in get_robot_field_df(mil23, "autoChargeStation"): could not find function "get_robot_field_df"
mar17 <- event_matches("2017mrcmp")
get_robot_field_df(mar17, "auto", schema = schema_csf)
#> Error in get_robot_field_df(mar17, "auto", schema = schema_csf): could not find function "get_robot_field_df"