if (FALSE) {
# Initialize Python environment and install required packages
ifcb_py_install()
# Example .mat file included in the package
mat_file <- system.file("exdata/example.mat", package = "iRfcb")
# Read mat file using Python
data <- ifcb_read_mat(mat_file)
}
Run the code above in your browser using DataLab