Abhinav Agrawal
Abhinav Agrawal
  • 142
  • 1 742 872
Getting started with Github Copilot in RStudio for R | Copilot Integration in RStudio & example
Getting started with Github Copilot for R users | Github Copilot in RStudio | Integration in RStudio & examples
🚀 Unleash the power of AI-powered coding with GitHub Copilot. Get started with GitHub Copilot. Integrate Copilot in RStudio and transform your R programming experience and productivity!
🌐 In this comprehensive video tutorial, I will guide you through integration of GitHub Copilot into your RStudio environment, empowering you with a coding assistant.
🎯 Key Highlights:
• Understand the pre-requisites (latest version of Rstudio, Github Account & active Copilot plugin subscription)
• Set up and enable GitHub Copilot in Rstudio using a FREE trial version. Free Students Co-pilot subscription is also possible but based on eligibility & other requirements.
• Understand the context and prompt concepts for effective GitHub Copilot usage
• Discover various features and functionalities of GitHub Copilot
• GitHub Copilot in action with few toy examples (such as code suggestions for visualisation, exploratory data analysis, asking questions to copilot, a quick and very simple R Shiny App)
Who is this tutorial for:
• R programmers of all levels, from beginners to experienced developers
• Anyone interested in enhancing their R programming skills and productivity
• Individuals seeking to harness the power of AI in their coding workflows
Important Links:
Posit Copilot - R Studio Guide :
docs.posit.co/ide/user/ide/guide/tools/copilot.html
Posit 2023 Conference - Announcement on Github Copilot Integration:
posit.co/blog/five-takeaways-from-posit-conf-2023/
Github - Account Sign-up
github.com/
Github Copilot - Features & Billing Plan comparision
github.com/features/copilot
docs.github.com/en/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot
Student Benefit Pack related reference :
If you are enrolled in a degree or diploma from a recognized educational institution you can go to education.github.com/ and sign up for GitHub Global Campus as a student and get access to free copilot subscription. It will ask you for proof of student, and other details
education.github.com/benefits?type=student
This requires - Billing address
School Email
Proof of enrolment- photo
Verify the ID
Verify school email
docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student
👍 If you find this video helpful, don't forget to like, share, and subscribe for more insightful tutorials! 🌟 Happy coding!
Keywords: RStudio, AI, code assistant, programming productivity, R programming tutorial, GitHub Copilot integration, Copilot
#RStudio #GitHubCopilot #Copilot #AIcodeassistant #Rprogramming #codingproductivity #Rprogrammingtutorial #GitHubCopilotintegration #Ruser #Rdeveloper #CodeAssistant #AIProgrammingAssistant #DeveloperTools #Rstats #CodeProductivity
มุมมอง: 2 542

วีดีโอ

R Shiny App Tutorial | eventReactive() demo | Create dependency on actionButton
มุมมอง 3.1K2 ปีที่แล้ว
In this video we will see how to use eventReactive() function in R Shiny. How to create dependency on a button to reflect user input changes to the rendered output. Use case is to subset data on click of button and display the resultant data. link to github code : Approach # 1 Implementation using eventReactive() : gist.github.com/aagarw30/84c8e19ca5baf7100d3ca95fdcc4baef Approach # 2 : Impleme...
Visualization of correlation matrix in R | ggcorrplot tutorial | ggplot2 extension | R Tutorial
มุมมอง 12K2 ปีที่แล้ว
In this video, we will take a quick look at the 'ggcorrplot' package and see how to use it and visualize a correlation matrix. mtcars dataset used for demonstration purpose. Items covered : - Visualize correlation matrix (square and circle methods) - hc-order method - formatting correlation coefficient labels on the plot (changing color and size) - Adding ggplot themes - changing legend colors ...
R Shiny Dashboard Portfolio Project | 1973 USArrests Dashboard | R Shiny Tutorial for Beginners
มุมมอง 20K2 ปีที่แล้ว
R Shiny Dashboard Portfolio Project | 1973 USArrests Dashboard | R Shiny Tutorial for Beginners R Shiny Dashboard Project 1973 USArrests Dashboard for beginners Key features - Shinydashboard layout Multiple sidebar menuitems conditional select input widgets visualizations in multi tabPanel layout 3 file app structure (ui.r, server.r, global.r) Link to Shiny App: aagarw30.shinyapps.io/USArrest-R...
R Plotly Tutorial | Stacked Bar Chart | Plotly in R
มุมมอง 1.8K3 ปีที่แล้ว
R Plotly Tutorial | Stacked Bar Chart | Plotly in R Best viewed in full screen. Link to github code files below: github.com/aagarw30/R-Plotly-Tutorial/blob/master/R Plotly Bar Chart/3_RPlotlyBarChart_Stacked.R
R Plotly Tutorial | Grouped Bar Chart | Plotly in R
มุมมอง 1.7K3 ปีที่แล้ว
R Plotly Tutorial | Grouped Bar Chart | Plotly in R Best viewed in full screen. Link to github code files below: github.com/aagarw30/R-Plotly-Tutorial/blob/master/R Plotly Bar Chart/2_RPlotlyBarChart_Grouped.R
R Plotly Tutorial | Create Simple Bar Chart in Plotly | Plotly in R
มุมมอง 1.4K3 ปีที่แล้ว
R Plotly Tutorial | Create Simple Bar Chart in Plotly | Plotly in R Best viewed in full screen. Link to the github code file given below : github.com/aagarw30/R-Plotly-Tutorial/blob/master/R Plotly Bar Chart/1_RPlotlyBarChart_Simple.R
R Plotly Tutorial | Animated Bubble Plot | Plotly in R
มุมมอง 1.7K3 ปีที่แล้ว
R Plotly Tutorial | Animated Bubble Plot | Plotly in R Best viewed in full screen. Link to github code for Animated Bubble Plot: github.com/aagarw30/R-Plotly-Tutorial/blob/master/R Plotly Animated Plots/2_AnimatedBubblePlot.R Link to github code for Animated Scatter Plot: github.com/aagarw30/R-Plotly-Tutorial/blob/master/R Plotly Animated Plots/1_AnimatedScatterPlot.R R Plotly Tutorial Video Pl...
R Plotly Tutorial | Animated Scatter Plot | Plotly in R
มุมมอง 2.7K3 ปีที่แล้ว
R Plotly Tutorial | Animated Scatter Plot Best viewed in full screen. Link to github code: github.com/aagarw30/R-Plotly-Tutorial/blob/master/R Plotly Animated Plots/1_AnimatedScatterPlot.R
R Shiny App Tutorial | Create modal pop up windows using shinyBS package
มุมมอง 8K5 ปีที่แล้ว
This tutorial shows how to easily create a modal (pop-up window) in shiny app using shinyBS package. Link to sample code files : github.com/aagarw30/R-Shinyapp-Tutorial/tree/master/ShinyModal_shinyBS package Best viewed in full screen Github site : github.com/aagarw30/R-Shinyapp-Tutorial
R Plotly Tutorial | Disable Plotly tool bar from Plotly Plots
มุมมอง 2.7K5 ปีที่แล้ว
How to disable the plotly tool bar from right top corner Best Viewed in full screen Link the sample code file : gist.github.com/aagarw30/9281d07a454a16ea61a52a1215884291 Assuming the required packages are already installed, run the following in the R console to run the code directly library(shiny) runGist("gist.github.com/aagarw30/9281d07a454a16ea61a52a1215884291") Link to sample code files : g...
R Shiny App Tutorial | shinycssloaders package | Add animated spinner/loader to Shiny App
มุมมอง 3.4K5 ปีที่แล้ว
R Shiny App Tutorial | shinycssloaders package | Add animated spinner/loader to Shiny App Best viewed in full screen Link to the code files: github.com/aagarw30/R-Shinyapp-Tutorial/tree/master/shinycssloaders package_addspinners Link to the R Shiny App github repo : github.com/aagarw30/R-Shinyapp-Tutorial
R Shiny App Tutorial | R Shiny Package | Side-by-Side input widgets demo
มุมมอง 3K5 ปีที่แล้ว
R Shiny App Tutorial | R Shiny Package | Side-by-Side input widgets demo Best viewed in full screen mode Link to the code files: github.com/aagarw30/R-Shinyapp-Tutorial/tree/master/sidebyside input widgets Link to my github with Shiny App tutorial repo: github.com/aagarw30/R-Shinyapp-Tutorial
R Shiny Apps Tutorial | Deploy & Share Shiny Apps online | install required packages and publish app
มุมมอง 21K5 ปีที่แล้ว
Hello, welcome to this video. In this video we will install the required packages (primarily the rsconnect package), add shinyapps.io account and try to deploy the app. rsconnect package helps to establish connection between R Studio and shinyapp.io user account. I am in R Studio. We have shiny apps example files here which we would like to deploy. We will use the publish application menu optio...
R Shiny Apps Tutorial | Deploy and Share Shiny Apps Online | shinyapps.io - create account
มุมมอง 2.7K5 ปีที่แล้ว
Hello, welcome to this video. In this video we will create a user account with shinyapps.io, login and look at the shinyapps.io dashboard. To start with, browse through the shinyapps.io sign up page. You can use the sign up section from shinyapps.io home page or copy - paste link which is given in the description section. www.shinyapps.io/admin/#/signup We can sign up using an email or with GMA...
R Shiny Apps Tutorial | Deploy and share shiny apps online | Intro to shinyapps.io
มุมมอง 2.9K5 ปีที่แล้ว
R Shiny Apps Tutorial | Deploy and share shiny apps online | Intro to shinyapps.io
R Shiny Tutorial | brushedPoints | interactive plots | remove outlier data points using brush(2)
มุมมอง 2.8K6 ปีที่แล้ว
R Shiny Tutorial | brushedPoints | interactive plots | remove outlier data points using brush(2)
R Shiny Tutorial | brushedPoints | interactive plots | select data points on ggplot using brush(1)
มุมมอง 5K6 ปีที่แล้ว
R Shiny Tutorial | brushedPoints | interactive plots | select data points on ggplot using brush(1)
R Shiny Tutorial | shinydashboard package | add popover to infobox with metrics description (17)
มุมมอง 5K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | add popover to infobox with metrics description (17)
R Shiny Tutorial | shinydashboard | add social media icons on right side of dashboard header(16)
มุมมอง 3.9K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard | add social media icons on right side of dashboard header(16)
R Shiny Tutorial | shinydashboard | add icon or image as logo left side of dashboard header(15)
มุมมอง 17K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard | add icon or image as logo left side of dashboard header(15)
R Shiny Tutorial | shinydashboard | add custom styling to dashboard using CSS style sheets(14)
มุมมอง 9K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard | add custom styling to dashboard using CSS style sheets(14)
R Shiny Tutorial | shinydashboard package | add icons to sidebar menu items and styling(13)
มุมมอง 4.5K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | add icons to sidebar menu items and styling(13)
R Shiny Tutorial | shinydashboard package | add background color to info or value boxes(12)
มุมมอง 3.3K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | add background color to info or value boxes(12)
R Shiny Tutorial | shinydashboard package | add color to box header | status argument(11)
มุมมอง 2.9K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | add color to box header | status argument(11)
R Shiny Tutorial | shinydashboard package | Change background color of dashboard header(10)
มุมมอง 4.9K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | Change background color of dashboard header(10)
R Shiny Tutorial | shinydashboard package | add value box in dashboard | valueBox()(9)
มุมมอง 4.8K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | add value box in dashboard | valueBox()(9)
R Shiny Tutorial | shinydashboard package | add info box in dashboard | infoBox()(8)
มุมมอง 6K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | add info box in dashboard | infoBox()(8)
R Shiny Tutorial | shinydashboard package | add tab box in dashboard | tabBox()(7)
มุมมอง 4.8K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | add tab box in dashboard | tabBox()(7)
R Shiny Tutorial | shinydashboard package | add style to box in dashboard body (6)
มุมมอง 3.5K6 ปีที่แล้ว
R Shiny Tutorial | shinydashboard package | add style to box in dashboard body (6)

ความคิดเห็น

  • @seyisonade1194
    @seyisonade1194 11 วันที่ผ่านมา

    Thank you sir for your tutorials

  • @seyisonade1194
    @seyisonade1194 13 วันที่ผ่านมา

    Thanks a million sir for your value adding contents

    • @abhinavagrawal6317
      @abhinavagrawal6317 12 วันที่ผ่านมา

      @@seyisonade1194 You are very welcome.

  • @seyisonade1194
    @seyisonade1194 หลายเดือนก่อน

    Thanks a million sir, You have the BEST PREMIUM contents for FREEMIUM access in creating shiny on YT... Thanks for all you do and represents and your large heartedness

  • @seyisonade1194
    @seyisonade1194 2 หลายเดือนก่อน

    Just started my shiny app building journey _ your playlist has being my go-to treasure trove. Thanks a million sir for your value adding contents.

    • @abhinavagrawal6317
      @abhinavagrawal6317 2 หลายเดือนก่อน

      You are very welcome. Thanks for commenting. Like, subscribe and share so others can also benefit.

  • @meenamurmu7605
    @meenamurmu7605 2 หลายเดือนก่อน

    Thanks so much. I have watched 100 times and it has literally helped me to develop an app.

    • @abhinavagrawal6317
      @abhinavagrawal6317 2 หลายเดือนก่อน

      Thanks for commenting. I am glad this was of help. Ty Abi

  • @evanchen861
    @evanchen861 2 หลายเดือนก่อน

    At 1:50, what is the shortcut to add double quotes quickly to the word (CardoDb.Positron)?

  • @DheerajYadav-kt7or
    @DheerajYadav-kt7or 3 หลายเดือนก่อน

    Hey, I have few questions on this please let me know how can I connect with you.

  • @raidhanishome2332
    @raidhanishome2332 4 หลายเดือนก่อน

    how can we preload particular default files while the app is opening so that the user can test the app with the given default files that have loaded with the app

    • @abhinavagrawal6317
      @abhinavagrawal6317 4 หลายเดือนก่อน

      Sorry, could you elaborate please. Didn’t quite get that. Ty Abi

  • @TheSOMSUBHRA
    @TheSOMSUBHRA 4 หลายเดือนก่อน

    I am just starting to use this app and following this tutorial. It is running for me till dashboardPage( dashboardHeader(title = "Welcome", titleWidth = "2000"), dashboardSidebar(), dashboardBody(), ) But whenever I am trying to introduce my sidebar tabs like dashboardPage( dashboardHeader(title = "Welcome", titleWidth = "2000"), dashboardSidebar( sidebarMenu(id = "sidebar", menuItem("Dataset", tabName = "Data"), ) ), dashboardBody(), ) I have an error Error in sidebarMenu: argument is missing, with no default. Any idea how to resolve this?

    • @abhinavagrawal6317
      @abhinavagrawal6317 4 หลายเดือนก่อน

      Hello, thanks for watching and commenting. Sure can help. Reason for error is addition comma (,) you have in code after the menu item. Either remove that and run or add another menu item underneath. It should run fine after these changes. Hope this would help. If still running issues, pls reach out to me. Ty Abi

  • @k.charith373
    @k.charith373 5 หลายเดือนก่อน

    Hi, this is great work, may I know how to overwrite the input file after editing on shiny app, without this each time I open the app it takes input from the raw file, please help.. thanks.

    • @abhinavagrawal6317
      @abhinavagrawal6317 5 หลายเดือนก่อน

      Hello, so are you looking to upload a file and make changes and save in the same file and downlod when all changes done ?

    • @charithkrish
      @charithkrish 5 หลายเดือนก่อน

      Hi im just trying to take input from an excel sheet and overwrite it after editing on Shiny app..

    • @abhinavagrawal6317
      @abhinavagrawal6317 5 หลายเดือนก่อน

      @@charithkrish please try reactiveVal in server side of the code. Use your input file as reactiveVal object. That way any changes made would be retained. Let me know if you are not able to do and I will create a gist . Ty Abi

  • @seyisonade1194
    @seyisonade1194 5 หลายเดือนก่อน

    Thanks a million sir, For the treasure trove of shiny tutorials...

  • @harialmakky
    @harialmakky 6 หลายเดือนก่อน

    thank you so much brother. best tutorial.

  • @preciouschigamba1742
    @preciouschigamba1742 6 หลายเดือนก่อน

    Helpful

  • @biomagician
    @biomagician 6 หลายเดือนก่อน

    Thanks for this excellent video! I have 3 files: global.R, ui.R, and server.R. Can I load the "shiny" package in global.R instead of ui.R? Does this make a difference?

    • @abhinavagrawal6317
      @abhinavagrawal6317 6 หลายเดือนก่อน

      Yes, you can have loading of packages in global.r

  • @CanDoSo_org
    @CanDoSo_org 6 หลายเดือนก่อน

    Great tutorial! Thanks.

  • @teestanaskar734
    @teestanaskar734 7 หลายเดือนก่อน

    how can we combine two plots in a single ? suppose I have correlation matrix for cases and controls , now I want to make a single plot showing its upper part for cases and lower for controls or vice versa

    • @abhinavagrawal6317
      @abhinavagrawal6317 7 หลายเดือนก่อน

      I am sorry. Didn’t get the question. Could you pls elaborate so I can try helping? Ty Abi

    • @teestanaskar734
      @teestanaskar734 6 หลายเดือนก่อน

      Thanks so much for reply and this amazing tutorial@@abhinavagrawal6317 . I am trying to explain the question; I have a cohort of case and a cohort of control with their gene expression data. Now, I want to make correlation matrix for a set of gene for cases and same for the controls for the same set of genes. Now I want to plot them under same x and y axis in one plot of which the upper part of the plot would be for cases and the lower part would be for controls. Thanks

  • @jamalwadimd
    @jamalwadimd 7 หลายเดือนก่อน

    Thank you, very clear and informative.

  • @6ickboy
    @6ickboy 8 หลายเดือนก่อน

    Hello, Sir. How can I determine whether Shiny widgets are installed in R Studio?

    • @abhinavagrawal6317
      @abhinavagrawal6317 8 หลายเดือนก่อน

      Hello, you need not install Shiny Widgets separately to use widgets like sliderinput or selectinput or others. Once you have shiny package installed and loaded, you can start using the widgets and add them to your code/app. Hope this helps. ty Abi.

    • @6ickboy
      @6ickboy 7 หลายเดือนก่อน

      @@abhinavagrawal6317 Thank you for your advice sir.

  • @SaltyNicky
    @SaltyNicky 8 หลายเดือนก่อน

    doesnt work

    • @abhinavagrawal6317
      @abhinavagrawal6317 8 หลายเดือนก่อน

      Which R Gui version are you using? Latest versions have "Change Directory" option in the Menu > File option > Change Directory and this can help you change the directory. Hope this helps. Ty Abi.

    • @SaltyNicky
      @SaltyNicky 8 หลายเดือนก่อน

      I figured out the problem, I just use Rstudio to set Directory on my computer.@@abhinavagrawal6317

  • @user-rb3fr2dd3g
    @user-rb3fr2dd3g 8 หลายเดือนก่อน

    Thanks a lot ! I've been struggling with how to use updateselectInput() for a ten hours or so and I absolutely needed it for a task I have in my internship. Your video helped me fix my mistakes almost immediately.

  • @user-wi4rx9vd8s
    @user-wi4rx9vd8s 9 หลายเดือนก่อน

    For the "object 'input' not found" error when replacing "Rape" with input$var1 between 21:50 and 23:33, the following seems to work: when you copy the visualization section from global.R to server.R, you need to delete the lines from global.R (when he returns to global.R at 23:35, you can see that portion of code has been removed). I don't think commands in global can access Shiny's input object, thus the error.

    • @abhinavagrawal6317
      @abhinavagrawal6317 9 หลายเดือนก่อน

      Hello, your observation on code from global.r is correct. What I coded in for visualisation part in global.r was to demonstrate how a visualisation piece of code can be made dynamic and then used that in server.r. Pls use clean copy of code files from my GitHub in case of any errors. To your point, variables/objects used in global.r is accessible to both ui and server components. Retain only those pieces here which needs to be global/common or expected to be accessed by either of ui or server side components. Ty Abi

  • @aniketkulkarni684
    @aniketkulkarni684 9 หลายเดือนก่อน

    Hi, this tutorial on Rhandsontable is very helpful. is there a way we have some widgets and table filter based on selection in widgets and observe event works the same way.

  • @GODsLOVE-
    @GODsLOVE- 9 หลายเดือนก่อน

    i am not getting a line around ponts, instead connnecting line. Why?

  • @Pilotamericano
    @Pilotamericano 9 หลายเดือนก่อน

    array mere pyaare bhartiya nagrik <3 bhagwaan aapko bhala changa rakhe aur bhot bhot dhanyawaad iss chal chitra ke liye

  • @richardbennett4365
    @richardbennett4365 9 หลายเดือนก่อน

    "On the right, we've got A few . . .". It is 100% INCORRECT to say, "on the right we've got few social media. . . ." It's is incorrect English to leave out the article "a" in this sentence at 0:33. So many south Asians whose first language is on the Hindustani continuum make this mistake over and over and over.

  • @enricopolazzo33
    @enricopolazzo33 9 หลายเดือนก่อน

    Nicely done. Great explanation

  • @askgeology
    @askgeology 9 หลายเดือนก่อน

    Very helpful video, thanks for the demo! This is such a great topic to learn about as a Shiny newbie.

  • @AnirbanDutta111
    @AnirbanDutta111 10 หลายเดือนก่อน

    selectize = FALSE, is not showing a different style? It is showing the same as it is for selectize = TRUE Why?

  • @existentialrap521
    @existentialrap521 10 หลายเดือนก่อน

    Thx homie Agrawal. We makin it out the hood with this one

  • @birasafabrice
    @birasafabrice 10 หลายเดือนก่อน

    this is great, thank you!

  • @kazi_goni
    @kazi_goni 10 หลายเดือนก่อน

    Thank you

  • @kabaemmanuel5262
    @kabaemmanuel5262 11 หลายเดือนก่อน

    Hi Mr Abhinav, thank you for uploading these videos. I would like to know how can I increase the file size to upload.

    • @abhinavagrawal6317
      @abhinavagrawal6317 11 หลายเดือนก่อน

      Hello, sure. You can increase this limit by setting the shiny. maxRequestSize option prior to starting Shiny. For example, options(shiny. maxRequestSize = size * 1024^2) size can be 5 or 10 or whatever size size say 20MB. Try and let me know. Hope this helps.

  • @user-xt2qe5kh6i
    @user-xt2qe5kh6i 11 หลายเดือนก่อน

    Amazing tutorial., This series on shiny apps has really helped me in my internship journey. Continue making more tutorials like this one. Cheers

    • @abhinavagrawal6317
      @abhinavagrawal6317 11 หลายเดือนก่อน

      Thanks, will do! Have some pipeline and ideas. If anything specific, pls feel free to shoot me an email or comment here. ty Abi.

  • @TableauTV
    @TableauTV 11 หลายเดือนก่อน

    This restarts for every new session

    • @abhinavagrawal6317
      @abhinavagrawal6317 11 หลายเดือนก่อน

      Have you created a issue in Github? I will try to look into this. Ty Abi.

  • @tomng9604
    @tomng9604 11 หลายเดือนก่อน

    At 4:30, instead of return(), how can you print out a message near the cursor to let the user know that nothing is available? Thanks!

    • @abhinavagrawal6317
      @abhinavagrawal6317 11 หลายเดือนก่อน

      Sorry, did not get it. You want a custom message to appear in the tool tip? ty Abi.

    • @tomng9604
      @tomng9604 11 หลายเดือนก่อน

      @@abhinavagrawal6317 At 4:30, in the code, line 62. Instead of return nothing, can you print out a message near the cursor to let the user know that nothing is available?

  • @Xeno88
    @Xeno88 ปีที่แล้ว

    what if i want to download multiple output?

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      Like giving multiple choices of download format to the user or how? Kindly elaborate. Ty Abi

    • @Xeno88
      @Xeno88 ปีที่แล้ว

      @@abhinavagrawal6317 i need to download two plot but its actually an output from arima plot and prophet plot. The arima is fine the file can be opened but the prophet only showed white image. And I made the button separately, still didn't figure out the way for one button for two outputs.

  • @rohanpunyarthi7317
    @rohanpunyarthi7317 ปีที่แล้ว

    Thanks a ton.

  • @alfredgagariga1286
    @alfredgagariga1286 ปีที่แล้ว

    Everything goes fine i until i have to replace the "Rape" with "input$varl", then it returns "error, object "input not found". What am I missing?

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      Difficult to diagnose without seeing what code changes done. If there is any small reproducible which I can use to debug, happy to help. Ty Abi

    • @alfredgagariga1286
      @alfredgagariga1286 ปีที่แล้ว

      Do you have an email address so I send a copy of my code so you can debug as I am unable to send files or code here

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      @@alfredgagariga1286 gmail at aagarw30

    • @alfredgagariga1286
      @alfredgagariga1286 ปีที่แล้ว

      ​@@abhinavagrawal6317 I sent an email to you regarding the issue I complained about. A response would be greatly appreciated. Thanks

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      @@alfredgagariga1286 let me double check. Don’t remember receiving it. Ty Abi

  • @aks1008
    @aks1008 ปีที่แล้ว

    for correlation plot are all variables required to be numeric..

  • @cyrinerobbana1691
    @cyrinerobbana1691 ปีที่แล้ว

    Thank you for the nice presentation, I would like to put p values as Asterix in the correlogram instead of crosses or white ?

  • @fadhlurrohmanfaqih480
    @fadhlurrohmanfaqih480 ปีที่แล้ว

    One thing that not mentioned in this video, not all data type can perform click event and subset the longitude and latitude. I don't know why this not mentioned on video so can make confusion for some people. But, thankyou very much for the video, its help me alot

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      Hello Faqih, thanks for comments and watching video. Spatial data frame is what is used and will be required. Ty Abi

    • @fadhlurrohmanfaqih480
      @fadhlurrohmanfaqih480 ปีที่แล้ว

      @@abhinavagrawal6317 my pleasure sir, btw, do you have tutorial about reactive output data frame using click event? i have no idea how to do that, thankyou very much

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      @@fadhlurrohmanfaqih480 I am so sorry didn’t quite get that. Could you please elaborate requirement with an example what you want and I can give it a shot. Good day! Ty Abi

    • @fadhlurrohmanfaqih480
      @fadhlurrohmanfaqih480 ปีที่แล้ว

      @@abhinavagrawal6317 Thankyou verymuch for replying my commend sir. So I build a simple project using only one page, in this page there's map, value box and also data frame. So what i trying to do is whenever i clicked in specific area on map, it will trigger the code to showing some value on my value box (this far I success, but I don't know why I cant fill the box with any color, it just showing blank box with icon and value), also, based on information I get from click event, i want to update my data frame which filtered by the value I obtained from click event (for example, when i click on India, it will send the value into filter(Country == Region) where region equal to India, but the data frame that i want to show in this page is different than the data I used to build map, but has same column name). Im wondering if I can stored the value from click event, so i can use it in any output? Thank you

    • @fadhlurrohmanfaqih480
      @fadhlurrohmanfaqih480 ปีที่แล้ว

      or maybe theres some easy way to fix my problem without store the value into some variabel

  • @Jusvidz
    @Jusvidz ปีที่แล้ว

    Can you do another layer of submenus?

    • @abhinavagrawal6317
      @abhinavagrawal6317 11 หลายเดือนก่อน

      you mean more sub menus, something like cascading sub menus? ty Abi.

    • @Jusvidz
      @Jusvidz 11 หลายเดือนก่อน

      yes, exactly that@@abhinavagrawal6317

  • @manishtanwar8578
    @manishtanwar8578 ปีที่แล้ว

    My app got disconnected after some time, before loading the whole page. Please help.

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      Hello, based on your comment appears that the process aborted in flight. Was there any errors in the deployment process in the console logs? Did this run in the local browser without errors? Ty Abi

    • @manishtanwar8578
      @manishtanwar8578 ปีที่แล้ว

      @@abhinavagrawal6317 this runs absolutely fine on local browser and without any error. There were no errors when I deployed it. While producing spatial maps in tmap plot, the app got disconnected.

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      @@manishtanwar8578 hello, well if that is the case will need to debug and check where lies the problem. Do you have a reproducible version of app that I can try run locally and deploy and check from my end ? If so, please share a reproducible version over my gmail at aagarw30 and I will give it a shot .. Ty Abi

  • @jiaxuanxia1340
    @jiaxuanxia1340 ปีที่แล้ว

    What dataset did you use?

  • @rahulsamaddar7275
    @rahulsamaddar7275 ปีที่แล้ว

    When i follow the steps till 23:33 and then execute I am getting an error Error in layout.plotly(., xaxis = list(title = input$var1)) : object 'input' not found. Can you kindly help me with the rectification of the same please?

    • @abhinavagrawal6317
      @abhinavagrawal6317 ปีที่แล้ว

      Hello Rahul, sure. Did you try running the code from GitHub or you coded in Rstudio local instance? If it is GitHub version then I will re run and test it for error to help you else you will have share code with me to troubleshoot so I can reproduce. Thanks for watching and commenting.

  • @Cat_Sterling
    @Cat_Sterling ปีที่แล้ว

    Shouldn't we write ==1 to show auto transmission according to the description of the data?

  • @Cat_Sterling
    @Cat_Sterling ปีที่แล้ว

    Can we add a title to the legend?

  • @Beyond_therealms
    @Beyond_therealms ปีที่แล้ว

    best one for R tutorial specially for biggners, well and neatly explained

  • @mat_czer9677
    @mat_czer9677 ปีที่แล้ว

    Pure chaos