Learn R Programming

mtconnectR (version 1.0.0)

example_gcode_parsed: Example data set showing parsed G code data

Description

A manually created dataset showing a raw gcode data file, parsed and read into R. The columns are
  • line Line number
  • single_block A single block of G code from a line
  • value Value of the data item corresponding to the command
  • priority Priority of the block as per the pre-written dictionary
  • prefix Prefix of the block
  • type Type
  • subtype Subtype
  • supported Whether the specific G code block is supported or not by the dictionary

Usage

example_gcode_parsed

Arguments

Format

A data frame with some rows and 8 variables