Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Steps to follow for uploading server-side functions:

  • Click the Administration option and under the Data Analysis section click the DataSHIELD option. 

  • Under the section Methods choose the type of your function; Aggregate or Assign.

Aggregate functions are the functions that return non-disclosive information to the client

Assign functions are the functions that do not return their output to the client but rather save it on the server

 

 

  • Then click the option add Method, write the Name of your function and choose the Type R script.

 

 

  • Under the section Function copy and paste your code without the name of the function.

 

 

 

  • No labels