Learn R Programming

SMITIDstruct (version 0.0.5)

addHost: addHost

Description

add an Host to a HostSet

Usage

addHost(lhost, id)

Arguments

lhost

a hostSet Object

id

a character of host ID

Value

a HostSet of host object with there ID

Examples

Run this code
# NOT RUN {
lhost <- list()
lhost <- addHost(lhost,"42")

# }

Run the code above in your browser using DataLab