R/cpp11.R

Defines functions read_mat_ get_names_

# Generated by cpp11: do not edit by hand

get_names_ <- function(file) {
  .Call(`_readmat_get_names_`, file)
}

read_mat_ <- function(file) {
  .Call(`_readmat_read_mat_`, file)
}
MartinSchobben/readmat documentation built on May 22, 2022, 11:44 a.m.