Skip to content

R function head() #59

@jmaccherone

Description

@jmaccherone

Takes two parameters, a list and a number, returns the number of items given from the list starting at the beginning.

List <- c("a","b","c", "d", "e")
head(list, 2)
"a" "b"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions