Learn R Programming

AzureML (version 0.2.15)

refresh: Refresh data in an AzureML workspace object.

Description

Contact the AzureML web service and refresh/update data in an AzureML workspace object.

Usage

refresh(ws, what = c("everything", "datasets", "experiments", "services"))

Arguments

ws

An AzureML workspace reference returned by workspace.

what

Select "everything" to update all cached data, or other values to selectively update those values.

Value

NULL is invisibly returned--this function updates data in the w environment.

See Also

workspace