About learn.rinpharma.com
Our hope is that learn.rinpharma.com will help pharma professionals learn the latest data science skills via community discussions on key ideas/initiatives, hands on workshops and online learnings. Like our conference, we hope for this page to provide free, world-class education where you can learn by doing and build confidence in practical R in Pharma skills. We will try to provide live environments where you can play with the code/analysis to help professionals develop the skills needed for the top priorities in the drug development space.
Our articles will help gain new knowledge and skills in a variety of ways, from engaging video lectures, write-ups and hands-on cloud environments with live code with no installation required
Our soon to be created labs will include challenges with step-by-step instructions and access to pre-configured cloud environments. This will give you an efficient way to practice what you are learning and expand knowledge beyond just reading. Keep an eye out for this in 2023/2024.
How hope is that this effort will help expand the communities curriculum through rinpharma blended learning efforts. We hope this will provide pharmas with access to high-quality, domain-specific training materials and further micro-courses can be built with this material.
RStudio Cloud
:
RStudio Cloud
is a cRStudio Cloud is a lightweight,
cloud-based solution that allows anyone to do, share, teach and learn
data science onlineRmarkdown
:
Rmarkdown
is a package for R
that combines
simple markdown
authoring tools for formatting text with
chunks of R
code; when compiled using knitr
the resulting
output is a formatted document that contains the results of executing
the embedded R
code. Although Rmarkdown
can
produce files in a variety of formats, the two of particular interest in
this project are html
and pdf
formats.R Packages
: One of the strengths of R
is
the availability of packages of R
functions that are
designed to work with data. The materials in this project, for example,
use the Distill
package to create our online learnings.