grid.unlock {GridR}R Documentation

grid.unlock

Description

unlocks the specified variable

Usage

grid.unlock(varName)

Arguments

varName this variable will be unlocked

Author(s)

Stefan Rueping

Examples

library("GridR")
grid.init(service="local")
x=1
grid.lock("x")
grid.unlock("x")

[Package GridR version 0.9.1 Index]