Icon Crear Crear

CREACION DE CODIGO

Completar frases

Completar el codigo en R

Descarga la versión para jugar en papel

1 veces realizada

Creada por

México

Top 10 resultados

Todavía no hay resultados para este juego. ¡Sé el primero en aparecer en el ranking! para identificarte.
Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad
  1. tiempo
    puntuacion
  1. tiempo
    puntuacion
tiempo
puntuacion
tiempo
puntuacion
game-icon

Completar

CREACION DE CODIGO

Completar el codigo en R

Carlos De Jesus Ortiz Vazquez
1

integer numeric as number float decimal fil like

- Si queremos cambiar el tipo de dato de caracter a decimal

dato < - . ( dato )

2

insert read readline new input

- Si queremos leer un dato

x < - ( " Ingrese su nombre " )

3

clear print read csv close open

- Si queremos leer un csv

leer_dataframe < - . ( " Ruta del archivo " )

4

readline import escape library call max query

- Si queremos llamar a una libreria .

( " tidyverse " )

5

resourses open download file steps install packages instalation pip

- Si queremos instalar una libreria .

. ( " viridis " )

6

select escape choose filter

- Seleccionar columnas

Seleccion < - data %>% ( col1 , col2 , col3 )

7

line / %>% + < choose row filter select

- Si queremos seleccionar una determinada fila .

mundo < - mundor ( year = = 2015 )

8

summarise dividedby %>% resume %>% sort mean sum

- Si queremos sumar una cantidad de filas .

gente2012 < - pob2012 ( suma = ( " habitantes " ) )

9

data line row table l c file frame a

- Si queremos generar un dataframe

data < - . ( anio = ( A1 , A2 ) , Total = c ( B1 , B2 ) )

10

ggplot angle geom_bar scale_y_continuous reorder ggtitle aes fill

- Generar un grafico

Grafico < - ( Sumas , ( x = ( anio , - Total ) , y = Total , = Total ) ) +
( stat = 'identity' ) + ( 'Comparativa de visitas 2012 / 2020' ) + xlab ( 'Año' ) + ylab ( 'Visitantes' )
+ ( expand = c ( 0 , 0 ) ) + theme_classic ( ) + theme ( axis . text . x = element_text ( = 45 , hjust = 1 ) )
+ scale_fill_viridis_c ( option = 'viridis' , direction = - 1 )