Usage
upload_data(
  path,
  project_id = get_rap_project_id(),
  file_prefix = "data",
  username = rap_get_user()
)Arguments
- path
 Path to the dataset you want to upload.
- project_id
 The project's abbreviation. Defaults to using
get_rap_project_id(), which is the name of the project folder.- file_prefix
 The prefix to add to the start of the file name. Defaults to "data".
- username
 The username to set where the dataset is saved to. Defaults to using
rap_get_user(), which is the name of the current user of the session.