Jenny Sloane
Jenny Sloane
  • Видео 20
  • Просмотров 10 588
R4Beginners: Getting Started with Posit Cloud
In this video, I'll show you how easy it is to get started on the R4Beginners lessons using Posit Cloud. I recommend using this method if you are a complete beginner to R and programming. You don't even need to have R or RStudio installed on your computers to get started using Posit Cloud!
If you do already have R and RStudio installed on your computers, I recommend checking out the tutorial on getting started with GitHub.
R4Beginners Website: r4beginners.com/
Introduction to R Tutorial: ruclips.net/video/ozgTOQ4bOoI/видео.html
Getting Started with GitHub: ruclips.net/video/rFIHjT2whZM/видео.html
00:00-00:43 Intro
00:43-01:41 Logging into Posit Cloud
01:41-02:20 Navigating Posit Cloud
02:20-04:0...
Просмотров: 2 311

Видео

R4Beginners: Getting Started with GitHub
Просмотров 108Год назад
In this video, I'll show you how easy it is to get started on the R4Beginners lessons using GitHub. I recommend using this method if you already have R and RStudio installed on your computers. You do not need to have any prior experience with GitHub. You don't even need a GitHub account. If you're a complete beginner to R, I recommend checking out the tutorial on getting starting with Posit Clo...
Distill Tutorial: Creating Lessons/Posts
Просмотров 4852 года назад
In this tutorial, we will create a few of the lesson plans from the R-Girls website. Specifically, we will create the "My 1st R Markdown Lesson" and two of the Math lessons. R-Girls Website: rgirls.org.uk/ 00:00-01:57 Intro 01:57-03:03 create_article(): My 1st Rmd Lesson 03:03-03:58 My 1st Rmd Lesson: Update YAML 03:58-07:10 My 1st Rmd Lesson: Update Content 07:10-10:02 Create Math Lessons Rmd ...
Distill Tutorial: Setting up Our Nav Bar and Getting Started Page
Просмотров 4862 года назад
In this tutorial, we will modify our navigation bar and then build the Getting Started page. I will also show you how to add some customized css styling, create a table of contents, and embed RUclips videos directly into your website. 00:00-00:50 Intro 00:50-06:57 Update Nav Bar 06:57-08:18 create_article() Function 08:18-08:52 Modify Getting Started YAML 08:52-11:53 Modify Getting Started Cont...
Distill Tutorial: Custom Color Theme
Просмотров 4452 года назад
In this tutorial, we will create a custom color theme for our website. We will update the website's font, color, text size, and even update the color of the interactive buttons on our homepage. Google Fonts: fonts.google.com/ Coolors: coolors.co/ 00:00-01:15 Intro 01:15-03:03 Create Theme 03:03-08:08 Modify Fonts 08:08-10:18 Choosing Colors from Coolors 10:18-12:12 Updating Colors 12:12-13:51 A...
Distill Tutorial: Editing your homepage
Просмотров 5222 года назад
In this tutorial, we will modify the content on our homepage. We will insert a logo, modify the interactive buttons, and update the main text. Font Awesome website: fontawesome.com/icons My Intro to R Blog: jennysloane.netlify.app/blog/intro_to_r/ 00:00-00:47 Intro 00:47-03:40 Add Logo 03:40-08:41 Update Buttons 08:41-11:28 Edit Main Text 11:28-12:32 Push to GitHub 12:32-12:48 Next Time 12:48 1...
Distill Tutorial: Building Your Website
Просмотров 9472 года назад
In this tutorial, we will build our website in RStudio and get everything set up with GitHub. By the end of this tutorial, you will have a live, working website that will be hosted on GitHub. We will modify most of the content in future tutorials, but we will update the homepage in this video - we'll use the trestles template from the postcards package. We will also walk through the steps of ho...
Distill Tutorial: Things to Know Before Getting Started
Просмотров 7562 года назад
In this tutorial, we'll go through all of the necessary things I think you should know before building a website in distill. For example, making sure that you have R, RStudio, and Git installed and that you have a GitHub account. We will also take a closer look at the R-Girls website, which is the website we will recreate throughout these tutorials. The tutorial ends with a brief comparison of ...
Creating a New R Project (RStudio Cloud & RStudio Desktop)
Просмотров 6692 года назад
In this video, I'll show you how to create a project so you can teach one of the R Girls lesson plans. In the first half of the tutorial, I'll show you how to create a project in RStudio Cloud and in the second half, I'll show you how to go through the same steps, but in RStudio Desktop. R Girls website: rgirls.org.uk/ RStudio cloud: rstudio.cloud/ 00:00-00:49 Intro 00:49-01:54 Download Files 0...
Introduction to R Part 3: My Workflow
Просмотров 2242 года назад
In this tutorial, I'll talk about my workflow in R. To show you, I’ve chosen to explore the follow research questions: "Which countries won the most medals at the Tokyo Olympics?" I’ll first go through how to download the data. Then, in an R Markdown script, we’ll load in the libraries, read in the data, clean the data, and finally visualize the results. Throughout this video I’ll provide littl...
R Girls: Getting Started with RStudio Cloud
Просмотров 1742 года назад
In this video, I'll walk you through the steps to getting started with RStudio Cloud to help you on your journey to integrating R lessons within your classroom. I'll show you how to request access to the R Girls RStudio Cloud Workspace, how to set up a "Base" Project, how to add members to your workspace, how to choose lesson and turn it into a project on RStudio Cloud. RStudio cloud: rstudio.c...
R Girls: Introduction to R and RStudio
Просмотров 1562 года назад
In this first video, I'll start off with a little bit of an introduction about myself and then I'll help you get started using R and RStudio. Specifically, I'll navigate through the different panes in RStudio, create an R Project, and explore R Markdown files. My website: jennysloane.netlify.app/ My Github: github.com/jennysloane My LinkedIn: www.linkedin.com/in/jenny-sloane/ 00:00-00:32 Intro ...
Introduction to R Part 2: Tidyverse
Просмотров 2922 года назад
This tutorial is mainly an introduction to tidyverse, but I’ll also spend some time talking about packages and how to install and load them. The tutorial ends with using tidyverse to answer a specific research question using the penguins dataset from the palmerpenguin package. My Intro to R Blog: jennysloane.netlify.app/blog/intro_to_r/ R Package Install Troubleshooting Blog: www.littlemissdata...
Rstudio cloud to desktop tutorial
Просмотров 7763 года назад
In this tutorial, we will walk through the steps to transfer files from RStudio Cloud to RStudio Desktop.
Introduction to R: Part 1
Просмотров 4333 года назад
In this tutorial, I'll walk through my recent blog titled "Introduction to R" which can be found here: jennysloane.netlify.app/blog/intro_to_r/ I created this blog/tutorial for people who are interested in learning R but don't know where to start. In this first video, I'll go through installing R and RStudio, getting familiar with RStudio, and introducing working directories, R Projects, and sc...
R Blogdown Tutorial: Contact From with Formspree
Просмотров 4823 года назад
R Blogdown Tutorial: Contact From with Formspree
R Blogdown Tutorial: Google Analytics
Просмотров 4513 года назад
R Blogdown Tutorial: Google Analytics
R Blogdown Tutorial: Overriding CSS
Просмотров 3373 года назад
R Blogdown Tutorial: Overriding CSS
R Blogdown Tutorial: Custom Color Theme & GitHub Access Tokens
Просмотров 3313 года назад
R Blogdown Tutorial: Custom Color Theme & GitHub Access Tokens
Jenny's Fitness Journey 2019-2021
Просмотров 2093 года назад
Jenny's Fitness Journey 2019-2021

Комментарии

  • @mersionfannatista-w5k
    @mersionfannatista-w5k 3 месяца назад

    put the buyout down 373

  • @haydongonzalez-dyer2727
    @haydongonzalez-dyer2727 4 месяца назад

    first to comment

  • @fguzman804
    @fguzman804 Год назад

    Thank you very much for the Tutorial! It has been very helpful

  • @SportsGones
    @SportsGones Год назад

    Hello, thank you for this very detailed tutorial. In my case, I don't have the Shell icon when I click on Tools. To succeed, I went to my folder on my Desktop, right-clicked, and opened it with the terminal, and everything works perfectly.

    • @jennysloane
      @jennysloane Год назад

      Yes, looks like RStudio has updated so the "Shell" Option is no longer there, but opening any terminal should work! Thanks for the comment!

  • @Silver1980love
    @Silver1980love Год назад

    Thanks for your always nice and useful videos. I think we need to install the package "postcards" first. I tried to follow you step by step, but I got an error for the package. I install it and then its work.

  • @lazarocamargo
    @lazarocamargo Год назад

    Thanks!!!

  • @dejavujoyeriaybisuteria4568
    @dejavujoyeriaybisuteria4568 Год назад

    I have R studio version 4.2.2 and apparently Dstill is not available for it. Do you have any suggestion to make it work?

    • @jennysloane
      @jennysloane Год назад

      Do you mean R version 4.2.2? I have R 4.2.2 and distill seems to work for me without any issues. Perhaps try restarting your session and reinstalling distill. If that doesn't work, please let me know the specifc error message you receive when you try to install distill

  • @LulusCommentdansR
    @LulusCommentdansR 2 года назад

    Before I forget.. you're just great.. Thanks a bunch!

    • @jennysloane
      @jennysloane 2 года назад

      Glad you find the videos helpful :)

  • @tempmail5660
    @tempmail5660 2 года назад

    Hey! jenny thanks for sharing the so insightfull tutorias.

  • @LulusCommentdansR
    @LulusCommentdansR 2 года назад

    That was just lifesaving... thanks a bunch mam'

  • @yifanyue7250
    @yifanyue7250 2 года назад

    It's so helpful! Thank you so much!

  • @kanchanaramar
    @kanchanaramar 2 года назад

    Thanks. This was helpful!

  • @riteshsharma3627
    @riteshsharma3627 2 года назад

    Does installing SSD makes R runs smooth on old laptop? Or it requires a heavy config machine?

    • @jennysloane
      @jennysloane 2 года назад

      I wish I could help, but unfortunately I'm not an expert on this topic. I don't think you need a particularly powerful machine to run R so I'm unsure if an SSD would help too much with an old laptop (but again I'm not too sure!)

  • @kevinthabomoore1558
    @kevinthabomoore1558 2 года назад

    Fantastic series!! Thanks so much ☺

  • @kevinthabomoore1558
    @kevinthabomoore1558 2 года назад

    Don't forget install.packages("postcards") to use the templates 👍

  • @arturocdb
    @arturocdb 2 года назад

    Thank you Jennifer, i download every video of how to blog with R, help me a lot, just let you know, thank very much!.

    • @jennysloane
      @jennysloane 2 года назад

      I'm so glad you found the tutorials helpful!

  • @AngelFelizF
    @AngelFelizF 2 года назад

    Thanks this video

  • @sage6972
    @sage6972 2 года назад

    𝔭𝔯𝔬𝔪𝔬𝔰𝔪 😡

  • @Silver1980love
    @Silver1980love 2 года назад

    Wow. I like it.

  • @wyclifeoluoch9376
    @wyclifeoluoch9376 3 года назад

    👍🏾

  • @maryamyas598
    @maryamyas598 3 года назад

    Thank you for this 😊

  • @maryamyas598
    @maryamyas598 3 года назад

    Excellent video. Thank you so much for this. Please make more videos explaining how to use markdown