report_features: Reports the features in a latex table

Description Usage Arguments Value

View source: R/functions.R

Description

Reports the features in a latex table

Usage

1
2
3
4
5
6
7
8
9
report_features(
  features_df,
  caption,
  types_to_show = c("same_rule", "same_id_group", "same_method_group",
    "same_method_name", "same_block", "same_code", "same_method_code", "dist_line",
    "dist_line_normalized_block", "dist_line_normalized_method",
    "dist_line_normalized_unit"),
  return_raw_data = FALSE
)

Arguments

features_df

features info from calculate_features_from_versions

caption

caption of the table

Value

a table in latex


crotman/kludgenudger documentation built on Oct. 19, 2021, 7:30 p.m.