'roadoi' package
This commit is contained in:
parent
0c9e4277f3
commit
8f09dc9ad1
2 changed files with 37 additions and 0 deletions
|
@ -20,3 +20,7 @@ data using the R programming environment
|
|||
** Iteration
|
||||
|
||||
* [[./script/iteration.R][Lapply, apply and for loop: brief introduction]]
|
||||
|
||||
** Interesting packages
|
||||
|
||||
* [[./script/roadoi_package.R]['roadoi']]
|
||||
|
|
33
script/roadoi_package.R
Executable file
33
script/roadoi_package.R
Executable file
|
@ -0,0 +1,33 @@
|
|||
#' ---
|
||||
#' title: "Knowing the package 'roadoi'"
|
||||
#' date: "2022-06-19"
|
||||
#' author: "Jose"
|
||||
#' output:
|
||||
#' html_document:
|
||||
#' code_folding: show
|
||||
#' toc: yes
|
||||
#' toc_float:
|
||||
#' smooth_scroll: true
|
||||
#' df_print: paged
|
||||
#' highlight: zenburn
|
||||
#' ---
|
||||
|
||||
|
||||
#' TODO:
|
||||
#'
|
||||
#' check https://ourresearch.org/
|
||||
#'
|
||||
#' remove objects
|
||||
|
||||
rm(list = ls())
|
||||
|
||||
#' Library
|
||||
#' "Find Free Versions of Scholarly Publications via Unpaywall"
|
||||
|
||||
library(roadoi)
|
||||
|
||||
help(package = 'roadoi')
|
||||
|
||||
vignette(package = 'roadoi')
|
||||
|
||||
vignette('intro', package = 'roadoi')
|
Loading…
Reference in a new issue