Launch Shiny App
app(...)
app(...)
... |
arguments to pass to shiny::runApp |
Runs the app.
## Not run: app() # to run the app without special options app(launch.browser = T) # to run the app in a new browser session ## End(Not run)
## Not run: app() # to run the app without special options app(launch.browser = T) # to run the app in a new browser session ## End(Not run)
Get citation files
GetCitationFile( filetype = c("ris", "BibText"), folder = getwd(), overwrite = F )
GetCitationFile( filetype = c("ris", "BibText"), folder = getwd(), overwrite = F )
filetype |
Type of bibliographic file can be either |
folder |
Folder where to save the file. Defaults to |
overwrite |
Boolean. Whether to overwrite namesake files in the target folder. |
Copies the selected type of bibliographic file to the working folder.
GetCitationFile('ris') # to get the .ris file in the working folder
GetCitationFile('ris') # to get the .ris file in the working folder
Show citation info
HowToCite(...)
HowToCite(...)
... |
Options to pass to cat() |
Returns information on how to cite the app.
HowToCite() # to see information about citations
HowToCite() # to see information about citations