RC.save.image {RC}R Documentation

Save image

Description

Saves an image in the repository. This function is extremely slow and not recommended unless the amount of data to be stored is relatively small.

Usage

RC.save.image(title = "", keywords = "", comments = "", uid = "", 
        pwd = "", typeofaccess = "public", moratoriumdate = "")

Arguments

title Title of your image file
keywords Comma separated list of keywords
comments Any comment (ASCII text)
uid User ID of your account at FreeStatistics.org
pwd Password
typeofaccess A string which identifies how the computation can be accessed by third parties: 1. 'public' (default value which specifies that the computation can be accessed by anyone) 2. 'private' (specifies that the computation can only be viewed by you - or anyone who knows your uid and pwd) 3. 'moratorium' (the computation is 'private' until the 'moratoriumdate')
moratoriumdate Only required if typeofaccess='moratorium'.

[Package RC version 1.0.1.27 Index]