| read_aaa_data | R Documentation | 
It reads a file with data exported from AAA. The data are automatically transformed from a wide to a long format (each row has values of X or Y axes for each fan line). The imported tibble can then be used for plotting and statistical analysis.
read_aaa_data(
  file,
  coordinates = "cartesian",
  format = "long",
  na_rm = TRUE,
  knots = NULL,
  column_names = NULL,
  fan_lines = NULL
)
| file | The file or files with AAA data. | 
| coordinates | A string specifying the coordinate system. Possible values are  | 
| format | A string specifying the data format. Possible values are  | 
| na_rm | Remove NAs. | 
| knots | The number of spline knots. | 
| column_names | The names of the columns without including the splines columns. | 
| fan_lines | The number of fan lines in legacy fan-line data. | 
An object of class tbl_df-class (a tibble).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.