Copying files between the RAP server and the RStudio RAP environment.
     
    
    Usage
    rap_copy_to(local_path, rap_path)
rap_copy_from(rap_path, local_path)
 
     
    
    Arguments
- local_path
 
The path within the RStudio environment in the RAP.
 
- rap_path
 
The path within the RAP project server.
 
 
    
    Value
    The path of the copied file.
     
    
    Functions
rap_copy_to(): Copying from the "local" RStudio environment on the RAP
and into the RAP project server.
 
rap_copy_from(): Copying from the RAP project server and into the "local"
RStudio environment on the RAP.