Session Ready
Exercise

Executing functions inside []

You can run arbitrary functions inside the data.table [] environment. Basically, once you're running code inside [], you can reference columns by their names without needing the data.frame syntax dataframe_name$<column_name>. Pretty cool, right??

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Print the mean of the "engine_temp" column.