eempf_OF_upload | R Documentation |
This function uploads a PARAFAC model to openfluor.org from within R. You need to have an account at openfluor.org and supply the email used for the account to the function. Your password is then asked in a secure way and only used within one execution of this function.
eempf_OF_upload(email, file)
email |
email address you use to login at openfluor.org as string |
file |
the file containing a PARAFAC model in openfluor format |
HTTP status code from the upload POST
## due to the need of a valid account, this function cannot be
## tested with generic data.
## Please use your own account to do so.
## Not run:
data(pf_models)
file <- file.path(tempdir(),"openfluor_example.txt")
eempf_openfluor(pf4[[1]],file)
eempf_OF_upload("helena.glory@rur.play", file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.