grid.unlockAll {GridR}R Documentation

grid.unlockAll

Description

unlocks all locked variables

Usage

grid.unlockAll()

Author(s)

Stefan Rueping

Examples

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

[Package GridR version 0.9.1 Index]