Skip to content

Function not showing in Excel #216

@Dri1-1

Description

@Dri1-1

I tried making new Excel function but it is not running nor showing in excel. Please look mine code below.

shuffle a matrix, optionally keeping rows intact.

Shuffle <- function( m, keep.rows=FALSE ){
if( keep.rows ){
m[sample(nrow(m)),];
}
else {
matrix( m[sample(length(m))], nrow=nrow(m));
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions