Open
Conversation
This reverts commit c0cf26a.
…ion numbers" This reverts commit e6a58ae.
Takes snippets of code and runs it in a function. This is to run before all other code that would use functions from this file. After running, the long lines of code can be simplified down into a singular line and sections, such as the packets and libraries, can be called eaily whenever needed.
A small file using Quarto documents to reorder and make user access easier.
Author
|
Both the Functions file and quarto document attempt add an extra file that should not impede other files. The quarto file is my attempt to reorganize the Rorcid_crossref_authors_List file and hopefully make user interactions easier. Some of the functions from my functions file are incorporated here as well and an attempt to add explanations of some variables in more readable ways is added (as point form and as a picture of a table). |
This is my attempt tot change as little as possible besides making the code file into a more readable quarto file. - I dont change veriable names, use functions, alter the layout, add interactivity, or take out any comments (which I do/attempt later)
Changed both app.R and Geonames_Get_Lat_Long.R to camelCase.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Takes snippets of code and runs it in a function. This is to run before all other code that would use functions from this file. After running, the long lines of code can be simplified down into a singular line and sections, such as the packets and libraries, can be called easily whenever needed.