Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 4.27 KB

README.md

File metadata and controls

80 lines (49 loc) · 4.27 KB

Try Out Development Containers: R

Github Actions Buildx Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

This is a sample project that lets you try out the VS Code Remote - Containers extension in a few easy steps.

Note: If you're following the quick start, you can jump to the Things to try section.

Setting up the development container

Follow these steps to open this sample in a container:

  1. If this is your first time using a development container, please follow the getting started steps.

  2. To use this repository, you can either open the repository in an isolated Docker volume:

    • Press F1 and select the Remote-Containers: Open Repository in Container... command.
    • Type badouralix/vscode-remote-try-r and press return.
    • Wait for the container to start, and try things out!

    Remote-Containers: Open Repository in Container...

    Or open a locally cloned copy of the code:

    • Clone this repository to your local filesystem.
    • Open the cloned copy of this folder.
    • Press F1 and select the Remote-Containers: Reopen in Container command.
    • Wait for the container to start, and try things out!

    Remote-Containers: Reopen in Container

Things to try

Once you have this sample opened in a container, you'll be able to work with it like you would locally.

Some things to try:

  1. Edit:

  2. Terminal: Press ctrl+shift+` and type uname and other Linux commands from the terminal window.

  3. R Interactive:

    • Press F1 and run the R: Create R terminal command.
    • Try running some R commands.
  4. Run Source:

    R: Run Source

  5. Run Selection:

    • Open learnxinyminutes.R and select a few lines.
    • Press F1 and run the R: Run Selection/Line command.

    R: Run Selection

  6. Preview Dataframe:

    • Open learnxinyminutes.R and select a data frame, for instance students.
    • Press F1 and run the R: Preview Dataframe command.

    R: Preview Dataframe

License

Unless explicitly stated to the contrary, all contents licensed under the MIT License.