# Write .fasta file to home directory
# data(ex.lp.fasta)
# write.fasta(sequences=ex.lp.fasta,names=names(ex.lp.fasta),file.out="ex.lp.fasta")
# Upload a file to the DE
# UploadFile("User", token, local.file.name="ex.lp.fasta", file.type="FASTA-0")
# UploadFile("User", token, local.file.name="ex.lp.fasta", local.file.path="/path/", file.type="FASTA-0")
# Rename a file
# RenameFile("User", token, old.DE.file.name="ex.lp.fasta", new.DE.file.name="lp.fasta", DE.file.path="/data/")
# Move a file from the subdirectory rplant to the home directory
# MoveFile("User", token, DE.file.name="lp.fasta", DE.file.path="/data/", DE.end.path="")
# Delete a file in the home directory
# DeleteFile("User", token, DE.file.name="lp.fasta", DE.file.path="")
# Lists file types that are supported
# SupportFile("User", token)
Run the code above in your browser using DataLab