R/ma_exists_get.R

Defines functions ma_exists_get

Documented in ma_exists_get

## File Name: ma_exists_get.R
## File Version: 0.14

ma_exists_get <- function( x, pos, n_index=1:8)
{
    res <- ma_exists(x=x, pos=pos, n_index=n_index+1)
    return(res$obj)
}

Try the miceadds package in your browser

Any scripts or data that you put into this service are public.

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.