read_x3p {bulletr} | R Documentation |
Read an x3p file as an R Data Frame
Description
Read an x3p file as an R Data Frame
Usage
read_x3p(path, profiley = TRUE)
Arguments
path |
The file path to the x3p file |
profiley |
If TRUE, rotate the matrix (if necessary) to ensure a profile is taken across y |
Examples
## Not run:
br411 <- read_x3p("Br4 Bullet 4-1.x3p")
## End(Not run)
[Package bulletr version 0.1 Index]