The generate_citation function is very useful, but I think it could be improved to require less intervention from the user. My ideal version would be to execute generate_citation('some_dataset_id(s)') and return a citation, or list of citations. I think this could be done if the default input was the output from the dataset function. I also see the importance of preserving the ability to override this and customize the citation.
The
generate_citationfunction is very useful, but I think it could be improved to require less intervention from the user. My ideal version would be to executegenerate_citation('some_dataset_id(s)')and return a citation, or list of citations. I think this could be done if the default input was the output from thedatasetfunction. I also see the importance of preserving the ability to override this and customize the citation.