| soft | R Documentation | 
Files can be shared from within the government network, from a government user to the public, or from the public to a government user. Public-to-public sharing is not supported. A user can specify the number of days the file will be available, and whether or not to restrict access to the file to within the governmnet network.
soft(
  file,
  email = NULL,
  email_subj = NULL,
  internal = TRUE,
  days = 7,
  progress = TRUE,
  zip = FALSE,
  zipname = NULL
)
| file | Path to the file or directory on your computer. If  | 
| email | Optional email address to which to send the link to the file. | 
| email_subj | Optional subject of the email. | 
| internal | Should the link be only available with the B.C. Government
network? Default  | 
| days | The number of days the file should be available. Default 7, maximum 14. | 
| progress | Should a progress bar be displayed? Default  | 
| zip | Should the file be zipped before sending? Default  | 
| zipname | an option name to call the zipfile. If left  | 
The SOFT web form and more information can be found here.
A url of the link from which the file can be downloaded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.