bef.portal.get.datasets.for_proposal: Fetch primary data in CSV format from a BEFdata portal paperproposal
Description
This function fetches data associated to a paperproposal
on a BEFdata portal. By default it will fetch all
associated files in CSV format next to the informations
available like the title, the download URL and the id of
the datasets.
The function returns a list of raw data attached to a
proposal. An error is thrown when the proposal is not
found or you don't have the access rights for it.
Details
You need to provide the function with a proposal id which
you can find in the URL of the proposal and your user
credentials. You can find the credentials inside of your
profile page on the BEFdata portal. The credentials
ensure you have the rights to download the data.
The function returns a list object which you can store to
a variable as shown in the examples below.